List translation keys
list_contentList a project's paginated translation keys, filtering by key name, scope, or language, and include the resolved value for each.
Instructions
List the project's translation keys (paginated). Use search for substring match on key name, scope to narrow to page/component/global, and lang to pick which language's value is returned alongside the all_locales map. Read-only; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language code for the resolved value. Defaults to project default_language. | |
| page | No | 1-based page number. Default 1. | |
| scope | No | Narrow to a single scope. Defaults to all. | |
| search | No | Substring filter on the key name (e.g. 'hero.' returns hero.headline, hero.cta, …). | |
| page_size | No | Items per page (1–200). Default 50. |