v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Glossary

List 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.

get/projects/{project_id}/glossary-terms

Path parameters

project_idstring required

A unique project identifier

Query parameters

limitinteger

Number of items to include (max 500).

cursorinteger

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