Docs
Get Task Statuses
GET /taskStatuses
GET
/taskStatusesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Returns all task status definitions for the event. Statuses have a state that groups them into workflow stages (e.g. NotStarted, InProgress, Complete).
Requires EventBasicAccess permission on the event.
Response
Returns an array of task statuses.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique status ID. |
| name | string | Display name. |
| state | string | Workflow state grouping. |
| icon | string | Icon identifier. |
| color | string | Display color. |