List Metadata Fields
Metadata
List Metadata Fields
Returns all metadata fields for the knowledge base, both custom and built-in, with the count of documents using each field.
GET
List Metadata Fields
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
Knowledge base ID. See List Knowledge Bases.