Skip to content
GET/tags

List tags

Returns all tags in the workspace

Response

List of tags

Returns an array of objects:

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
colorrequiredstringHex color code
createdAtrequiredstringISO 8601 timestamp

meta

FieldTypeDescription
paginationrequiredobject

Errors

401Unauthorized

Example request

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