Returns a paginated list of work tasks scoped to the user’s organization. Supports filtering by type, status, priority, assignee type, and due date range.
organization_uid is omitted, the API uses your default organization.organization_uid is invalid, the API returns 400.403.priority[]=urgent&priority[]=high) are also accepted.
| Filter | Values | Description |
|---|---|---|
type | task, hil_approval | Filter by task type |
status | todo, in_progress, in_review, done, canceled | Filter by status |
priority | urgent, high, medium, low | Filter by priority |
assign_to_type | user, agent | Filter by assignee type |
due_date_from / due_date_to | ISO 8601 date | Filter by due date range |
due_date. Prefix with + for ascending or - for descending.
Supported sort fields: title, due_date, priority, status, created_at, assign_to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization to scope the query to. Defaults to the user's default organization.
Comma-separated task types: task, hil_approval
Comma-separated statuses: todo, in_progress, in_review, done, canceled
Comma-separated priorities: urgent, high, medium, low
Comma-separated assignee types: user, agent
Inclusive lower bound for due date
Inclusive upper bound for due date
Sort field. Prefix with + for ascending or - for descending. Options: title, due_date, priority, status, created_at, assign_to
x >= 11 <= x <= 100