Tickets API
GET/api/v1/tickets/statuses
Product availabilityAlgaPSAAlgaDesk

List ticket statuses

Returns board-owned ticket statuses for the tenant, optionally filtered by board_id, sorted by board then order_number.

RBAC · ticket

Query parameters

board_idstring <uuid>Optional
Filter statuses to this board.

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Ticket statuses.
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
500
Unexpected controller/service failure.