latestOpenAPI 3.0.32026-08-14137304312.9 KB
ad855d921ee9
tasks
Search for tasks by a given filter
Filterable fields and their allowed operators:
| Field | Allowed operators |
|---|---|
| account_id | equals, in, not_in, is_set |
| project_id | equals, in, not_in, is_set, is_unset |
| status | equals, in, not_in |
| assignee_id | equals, in, not_in, is_set |
| milestone_id | equals, in, not_in, is_set |
| created_at | time_is_after, time_is_before, time_range |
| due_date | time_is_after, time_is_before, time_range, is_set |
| updated_at | time_is_after, time_is_before, time_range |
Timestamp values use RFC3339 format. Valid status values are not_started, in_progress, and completed. For custom fields, pass the field slug as field.
Rate limit: 20 requests per minute
post/tasks/search