EaserixDocs
DevelopersAPI referenceTasksStates

List workflow states

Workflow states across the org's teams, ordered by position. Filter with team_id (a team outside the org just yields an empty list).

View as Markdown
GET
/v1/states
AuthorizationBearer <token>

In: header

Query Parameters

team_id?string

Restrict to one team.

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/states"
{  "states": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",      "name": "string",      "type": "backlog",      "color": "string",      "position": 0    }  ]}