v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBstatus options
Fetch status option
Retrieves a single status option by its ID.
get/status_options/{status_option_id}
Path parameters
status_option_idinteger required
The ID of the status option.
Response
The requested status option object.
Example response
{
"color": "green_bright",
"label": "On Track",
"stage": "in_progress",
"order": 100
}