get_key
} Retrieve a single translation key with all language translations, tags, and placeholders to inspect current state or verify updates.
Instructions
Retrieve a single translation key with all its translations across every project language, plus related tags and placeholders. Use this to inspect the complete translation state of a specific key before updating or to verify translations after setting them. The response includes: data (the key with name, description, html_enabled, pluralization_enabled), included (all translations with their content and language info, tags, placeholders). Requires a key_id — use list_keys to find it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The Texterify project UUID. You can find this value in the project's texterify.json file under the 'project_id' field | |
| key_id | Yes | The UUID of the key to retrieve. Get this from the `data[].id` field in list_keys responses |