List tags
Tags
List tags
List or search tags for your organization. Filter by keyword (name/description), category_id, and limit when syncing or browsing a large taxonomy.
GET
List tags
Authorizations
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
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)$Max tags to return (clamped to 200)
Required range:
x <= 9007199254740991Response
Default Response
The tag name (unique per org)
Optional description of what this tag means
If true, the AI will never auto-apply this tag
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)$