Skip to main content
GET
List tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Case-insensitive substring match on tag name or description

category_id
string<uuid>

Only tags assigned to this category

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
limit
integer

Max tags to return (clamped to 200)

Required range: x <= 9007199254740991

Response

Default Response

tag_name
string
required

The tag name (unique per org)

description
string | null
required

Optional description of what this tag means

exclude_from_auto_tagging
boolean
required

If true, the AI will never auto-apply this tag

category_id
string<uuid> | null
required

Category this tag belongs to, or null if uncategorized

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
created_at
string<date-time>
required
updated_at
string<date-time>
required