Returns available values for building filter UIs: task types, statuses, priorities, assignee types, and lists of assignable users and agents.
organization_uid is omitted, the API uses your default organization.organization_uid is invalid, the API returns 400.403.| Field | Type | Description |
|---|---|---|
type | string[] | Available task types for the type filter |
status | string[] | Available statuses for the status filter |
priority | string[] | Available priorities for the priority filter |
assign_to_type | string[] | Assignee categories (user, agent) |
users | object[] | Assignable users with uid, name, and avatar_url |
agents | object[] | Assignable agents with uid and name |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization to scope options to. Defaults to the user's default organization.