Skip to content
GET/statuses/{statusId}

Get a status

Get a single status by ID

Parameters

NameInTypeDescription
statusIdrequiredpathstringStatus ID

Response

Status details

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

Errors

401Unauthorized
404Status not found

Example request

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