List glossary terms
Return a paginated page of the glossary’s terms, each with its per-language translations. Combine the query params to search by text, filter by language, status, or usage, and sort.
Authorizations
API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.
Path Parameters
Glossary id (UUID) or id-embedded path slug.
Query Parameters
1-based page number.
x >= 1Terms per page (max 200).
1 <= x <= 200Substring match on the term text.
Only terms having a translation in this language code.
Filter by translation status.
approved, pending_review, draft Filter by preferred / deprecated / forbidden.
preferred, deprecated, forbidden Only do-not-translate terms when true.
Only case-sensitive terms when true.
Sort field.
term, createdAt, updatedAt Sort direction.
asc, desc 
