List tasks
Returns tasks across the workspace, open ones first and soonest-due first within that. Undated tasks sort last: no deadline is not the same as most urgent.
done defaults to open-only. An integration polling for work to do wants the outstanding list, and returning years of completed tasks would make the first page useless. Pass done=true for completed tasks or done=all for both.
Authorizations
Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….
Query Parameters
1-based page number.
x >= 1Items per page (max 100).
1 <= x <= 100false for open tasks (the default), true for completed, all for both.
true, false, all Set to true for open tasks whose due date has passed.
true Only tasks about this lead.
Only tasks in this campaign.
Only tasks assigned to this workspace member. Ids come from GET /users.
Only tasks of this type, for example follow_up.