Skip to content
GET/statuses

List statuses

Returns all statuses in the workspace, ordered by category and position

Response

List of statuses

Returns an array of objects:

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
slugrequiredstringURL-friendly identifier
colorrequiredstringHex color code
categoryrequired"active" | "complete" | "closed"Status category
positionrequirednumberDisplay order within category
showOnRoadmaprequiredbooleanWhether to show on public roadmap
isDefaultrequiredbooleanWhether this is the default status for new posts
createdAtrequiredstringISO 8601 timestamp

meta

FieldTypeDescription
paginationrequiredobject

Errors

401Unauthorized

Example request

curl \
  "https://feedback.quackback.io/api/v1/statuses" \
  -H "Authorization: Bearer qb_your_api_key_here"