Skip to main content
POST
Create status
Requires the workspaces:write scope. Only workspace owners and admins can create statuses.

Request body

string
required
Numeric ID of the workspace to create the status in.
string
required
Status label.
string
required
Status category. Must be one of pending, in_progress, completed, or cancelled.
string
Optional icon slug.
string
default:"gray"
Optional color value. Defaults to "gray" if not provided.

Response

Returns the created status. The position is automatically assigned as one greater than the current maximum position in the workspace.
number
required
New status identifier.
number
required
Workspace this status belongs to.
string
required
Status label.
string | null
Icon slug. null if not provided.
string | null
Color value. Defaults to "gray".
string
required
Status category.
number
required
Auto-assigned sort position.
string
required
UTC ISO-8601 creation timestamp.