Skip to main content
GET
GET /v1/glossaryTerms

List Glossary Terms

List all glossary terms with optional filtering and pagination.

Query Parameters

glossary
string
Filter by glossary fully qualified name.
parent
string
Filter by parent glossary term fully qualified name.
limit
integer
default:"10"
Maximum number of results to return (max: 1000000).
before
string
Cursor for backward pagination.
after
string
Cursor for forward pagination.
fields
string
Comma-separated list of fields to include: owners, tags, domains, relatedTerms, reviewers, children. See Supported Fields below.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/glossaryTerms

Returns

Returns a paginated list of glossary term objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

data
array
Array of glossary term objects.
paging
object
Pagination information.

Supported Fields


Error Handling