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/tasksQuery Parameters
| Param | Type | Description |
|---|---|---|
projectId | string | Filter by project. |
status | string | todo | in_progress | review | done | cancelled | blocked | backlog. |
assigneeId | string | Filter by assignee (user id). |
includeCompleted | boolean | Include done/cancelled (default false). |
limit | number | Max results (default 1000). |
Response
Returns { "tasks": [...] }.