Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
pageSize
integer
default:25

Items per page (max 100).

Required range: 1 <= x <= 100
done
enum<string>
default:false

false for open tasks (the default), true for completed, all for both.

Available options:
true,
false,
all
overdue
enum<string>

Set to true for open tasks whose due date has passed.

Available options:
true
leadId
string

Only tasks about this lead.

campaignId
string

Only tasks in this campaign.

assigneeId
string

Only tasks assigned to this workspace member. Ids come from GET /users.

category
string

Only tasks of this type, for example follow_up.

Response

A page of tasks.

data
object[]
required
meta
object
required