Skip to main content
GET
List statuses
Requires the workspaces:read scope. You must be a member of the workspace.

Path parameters

id
string
required
The numeric workspace ID.

Response

Returns an array of status objects ordered by position ascending.
id
number
required
Status identifier.
workspace_id
number
required
Workspace this status belongs to.
name
string
required
Status label (e.g., "In Progress", "Done").
icon
string | null
Icon slug associated with the status.
color
string | null
Color value associated with the status.
category
string
required
Status category. One of pending, active, done, completed, or cancelled.
position
number
required
Sort position (ascending order).
created_at
string
required
UTC ISO-8601 creation timestamp.