List Term Sets
Get a pageable list of term sets with all their associated terms and domains.
The search filter searches the term set context and term text fields.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number (1-based)
page_size
Number of items per page
search_term
Optional search term to filter term sets
domain_ids
Optional domain filter (any of these domains)
has_context
Filter by whether the term set has non-empty context. True returns only rules with conditional/contextual context; False returns only rules that apply universally.
Response
Successful Response
term_sets
total_count
total_unfiltered_term_sets
page
page_size
total_pages
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error