workspacestringобязательный
The workspace to search in
textstring
Text to search for in task names and descriptions
resource_subtypestring
Filter by task subtype (e.g. milestone)
portfolios_anystring
Comma-separated list of portfolio IDs
assignee_anystring
Comma-separated list of user IDs
assignee_notstring
Comma-separated list of user IDs to exclude
projects_anystring
Comma-separated list of project IDs
projects_notstring
Comma-separated list of project IDs to exclude
projects_allstring
Comma-separated list of project IDs that must all match
sections_anystring
Comma-separated list of section IDs
sections_notstring
Comma-separated list of section IDs to exclude
sections_allstring
Comma-separated list of section IDs that must all match
tags_anystring
Comma-separated list of tag IDs
tags_notstring
Comma-separated list of tag IDs to exclude
tags_allstring
Comma-separated list of tag IDs that must all match
teams_anystring
Comma-separated list of team IDs
followers_notstring
Comma-separated list of user IDs to exclude
created_by_anystring
Comma-separated list of user IDs
created_by_notstring
Comma-separated list of user IDs to exclude
assigned_by_anystring
Comma-separated list of user IDs
assigned_by_notstring
Comma-separated list of user IDs to exclude
liked_by_notstring
Comma-separated list of user IDs to exclude
commented_on_by_notstring
Comma-separated list of user IDs to exclude
due_onstring
ISO 8601 date string or null
due_on_beforestring
ISO 8601 date string
due_on_afterstring
ISO 8601 date string
due_at_beforestring
ISO 8601 datetime string
due_at_afterstring
ISO 8601 datetime string
start_onstring
ISO 8601 date string or null
start_on_beforestring
ISO 8601 date string
start_on_afterstring
ISO 8601 date string
created_onstring
ISO 8601 date string or null
created_on_beforestring
ISO 8601 date string
created_on_afterstring
ISO 8601 date string
created_at_beforestring
ISO 8601 datetime string
created_at_afterstring
ISO 8601 datetime string
completed_onstring
ISO 8601 date string or null
completed_on_beforestring
ISO 8601 date string
completed_on_afterstring
ISO 8601 date string
completed_at_beforestring
ISO 8601 datetime string
completed_at_afterstring
ISO 8601 datetime string
modified_onstring
ISO 8601 date string or null
modified_on_beforestring
ISO 8601 date string
modified_on_afterstring
ISO 8601 date string
modified_at_beforestring
ISO 8601 datetime string
modified_at_afterstring
ISO 8601 datetime string
completedboolean
Filter for completed tasks
is_subtaskboolean
Filter for subtasks
has_attachmentboolean
Filter for tasks with attachments
is_blockedboolean
Filter for tasks with incomplete dependencies
is_blockingboolean
Filter for incomplete tasks with dependents
sort_bystring
Sort by: due_date, created_at, completed_at, likes, modified_at
sort_ascendingboolean
Sort in ascending order
opt_fieldsstring
Comma-separated list of optional fields to include
custom_fieldsobject
Object containing custom field filters. Keys should be in the format "{gid}.{operation}" where operation can be:
- {gid}.is_set: Boolean - For all custom field types, check if value is set
- {gid}.value: String|Number|String(enum_option_gid) - Direct value match for Text, Number or Enum fields
- {gid}.starts_with: String - For Text fields only, check if value starts with string
- {gid}.ends_with: String - For Text fields only, check if value ends with string
- {gid}.contains: String - For Text fields only, check if value contains string
- {gid}.less_than: Number - For Number fields only, check if value is less than number
- {gid}.greater_than: Number - For Number fields only, check if value is greater than number
Example: { "12345.value": "high", "67890.contains": "urgent" }