v1
latestOpenAPI 3.0.32026-07-2415128381.3 KBList glossary terms
Retrieves a list of glossary terms. This endpoint supports cursor pagination for better performance with large datasets. When using cursor pagination, the response will include a <code>nextCursor</code> value in the metadata when more data is available. Continue making requests with the <code>nextCursor</code> value until no <code>nextCursor</code> is returned, indicating all data has been retrieved.
Requires <code>read_glossary</code> OAuth access scope.
Path parameters
A unique project identifier
Query parameters
Number of items to include (max 500).
Return results starting from this cursor. When using cursor pagination, this parameter should contain the <code>nextCursor</code> value from the previous response. Continue pagination until no <code>nextCursor</code> is returned in the response headers.
Response
OK