Fetch the entity classification taxonomy

View as Markdown
Returns active classification buckets with optional tag lists. Each bucket carries its canonical `type`, accepted `alias[]` spellings, `tagCount`, and (when includeTags=true) the active `tag[]`. Use bucketType to scope to one bucket and includeTags=false to fetch metadata only. For tag ids, prefer `classifications tags --type <bucket> --q <name>` over broad catalog JSON; use returned tag.id as EntityClassificationMutation.tagId when writing classifications. Dormant registry tags are intentionally omitted; type + name writes that find one return 409 with inactiveTagOverride recovery choices.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Query parameters

bucketTypestringOptional
Optional classification bucket. Accepts the same values as the tags endpoint type parameter.
includeTagsbooleanOptional

When false, returns bucket metadata without tag arrays. For tag ids, prefer classifications tags with type and q filters instead of broad catalog JSON.

Response

OK
bucketlist of objects
categorylist of objects
generatedAtdatetime
totalBucketinteger
totalCategoryinteger
totalStandardizedClassificationinteger
totalTaginteger

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error