lokalise_list_keys
List translation keys in a Lokalise project to explore content structure, find specific keys, or audit platform coverage. Supports pagination, filtering by keys, platforms, and filenames.
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
| 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']) |