v2
OpenAPI 3.0.02026-08-051996591.2 MBGlossaries
List glossaries
Lists all glossaries available to the authenticated user.
get/v2/glossaries
Query parameters
filterstring
Example:engineering
A case-insensitive substring to filter glossary names and descriptions.
limitinteger
The maximum number of glossaries to return.
page_keystring
The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
List of glossaries.
Example response
{
"glossaries": [
{
"key": "eng-acronyms",
"name": "Engineering Acronyms",
"description": "Common engineering and infrastructure acronyms used by the platform team.",
"num_entries": 142,
"created_at": "2026-03-01T10:00:00Z",
"updated_at": "2026-03-15T14:30:00Z"
}
],
"metadata": {
"page_key": "eyJvZmZzZXQiOjF9"
}
}