cURL
Tasks API
List tasks
List tasks, optionally filtered by status, type, priority, assignee, or person.
GET
cURL
Authorizations
Query Parameters
Opaque cursor returned by the previous page.
Required range:
1 <= x <= 100Field to sort by. Defaults to created_at.
Available options:
created_at Sort direction. Defaults to descending.
Available options:
asc, desc Filter tasks by status.
Available options:
NOT_READY, READY, COMPLETED, SKIPPED, CANCELED Filter tasks by assignee.
Filter tasks by person.
Filter tasks by the person's exact email address. Cannot be combined with
person_id. Email matching is case-insensitive.