Returns all custom task statuses for the project, ordered by their display order.
Use the returned id values as statusId when creating or filtering tasks.
Requires the task:read scope.
API key created in Workspace Settings → API Keys. Pass it in the Authorization header as a Bearer token, or in the X-API-Key header.
Format: el_ followed by 40 hex characters.
The slug of the project.
"my-project"
A list of custom statuses.
Unique identifier of the status. Use this as statusId when creating or filtering tasks.
"018e1b2c-aaaa-0000-0000-000000000002"
Display name of the status.
"In Review"
Hex color code for the status, or null if not set.
"#f59e0b"
Semantic category of the status. Used for broad filtering via the status query parameter.
todo, in_progress, done "in_progress"
Display order within the project.
2