Requires the workspaces:write scope. Only workspace owners and admins can create statuses.
Request body
Numeric ID of the workspace to create the status in.
Status category. Must be one of pending, in_progress, completed, or cancelled.
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.
Workspace this status belongs to.
Icon slug. null if not provided.
Color value. Defaults to "gray".
Auto-assigned sort position.
UTC ISO-8601 creation timestamp.
{
"id": 4,
"workspace_id": 3,
"name": "In Review",
"icon": null,
"color": "orange",
"category": "in_progress",
"position": 4,
"created_at": "2026-04-11T10:30:00.000Z"
}