v1
latestOpenAPI 3.1.02026-07-2643134183.4 KBTasks
By default, list tasks by created_at descending, with id descending for tasks created at the same time. Supply the returned next_cursor unchanged to retrieve the next page with the same filters and sort order.
get/tasks
Query parameters
cursorstring
Opaque cursor returned by the previous page.
limitinteger
sort_by'created_at'
Field to sort by. Defaults to created_at.
sort_order'asc' | 'desc'
Sort direction. Defaults to descending.
status'NOT_READY' | 'READY' | 'COMPLETED' | 'SKIPPED' | 'CANCELED'
Filter tasks by status.
assigned_user_idstring uuid
Filter tasks by assignee.
person_idstring uuid
Filter tasks by person.
person_emailstring email
Filter tasks by the person's exact email address. Cannot be combined with person_id. Email matching is case-insensitive.
Response
The request has succeeded.