Skip to main content

List tasks

GET 

/tasks

Return a paginated list of tasks for the current workspace.

Deleted tasks are excluded by default. Pass status='deleted' to list only deleted tasks. Cursor-based pagination: pass the returned next_cursor as the cursor query parameter on the next request.

Request

Responses

Successful Response