get_translations
List translations from a SimpleLocalize project with filters for key, namespace, language, text, customer ID, and review status. Supports pagination and sorting.
Instructions
This tool will list translations in your SimpleLocalize project.
You can filter by key, namespace, language, text, customerId, reviewStatus, and more.
Supports pagination with 'page' and 'size'.
Supports sort with 'sortBy' and 'sortOrder'.
Use 'text' to search for translations containing a specific value (min 3 characters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Filter by translation key name. | |
| page | No | Page number for pagination (default 0). | |
| size | No | Page size for pagination (default 100, max 2500). | |
| text | No | Search translations by text value (min 3 chars). | |
| sortBy | No | Sort translations by lastModifiedAt or empty (default alphabetical sort). | |
| baseOnly | No | If true, returns only base translations (no customer overrides). | |
| language | No | Filter by language key (e.g. en, pl_PL). | |
| namespace | No | Filter by namespace. | |
| sortOrder | No | Sort order: asc, desc (default). | |
| customerId | No | Filter by customer ID. | |
| textStatus | No | Filter by text status: EMPTY, NOT_EMPTY or empty. | |
| reviewStatus | No | Filter by review status: REVIEWED, NOT_REVIEWED or empty. |