lokalise_list_keys
List and filter translation keys in a Lokalise project to browse content organization, find specific keys, or audit platform coverage. Supports pagination for large projects.
Instructions
Explores the project's content structure by listing translation keys. Required: projectId. Optional: limit (100), cursor, filterKeys array, filterPlatforms array, includeTranslations. Use to browse content organization, find specific keys, or audit platform coverage. Returns: Keys with metadata and optional translations. Supports cursor pagination for large projects. Start here to understand project content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to list keys for | |
| limit | No | Number of keys to return (1-5000, default: 100) | |
| page | No | Page number for pagination (default: 1) | |
| includeTranslations | No | Include translation data for each key | |
| filterKeys | No | Filter by specific key names | |
| filterPlatforms | No | Filter by platforms (ios, android, web, other) | |
| filterFilenames | No | Filter by specific filenames (e.g., ['document.docx', 'strings.json']) |