List TM entries
Return a paginated page of the TM’s source entries, each with its per-language translations. Filter by source text, language, or translation status and sort as needed.
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
Translation memory id (UUID) or id-embedded path slug.
Query Parameters
1-based page number (default 1).
x >= 1Entries per page, 1–200 (default 50).
1 <= x <= 200Substring match on the entry's source text.
Only entries that have a translation in this language code.
Keep only entries with a translation in this status (approved, pending_review, draft).
approved, pending_review, draft Sort field: sourceText, createdAt, or updatedAt (default sourceText).
sourceText, createdAt, updatedAt Sort direction: asc or desc (default asc).
asc, desc 
