API/List Tasks API

List Tasks API

List tasks with an API key.

List tasks of the organization that owns the API key. By default excludes done/cancelled.

Endpoint

GET /api/v1/tasks

Query Parameters

ParamTypeDescription
projectIdstringFilter by project.
statusstringtodo | in_progress | review | done | cancelled | blocked | backlog.
assigneeIdstringFilter by assignee (user id).
includeCompletedbooleanInclude done/cancelled (default false).
limitnumberMax results (default 1000).

Response

Returns { "tasks": [...] }.