List source strings
crowdin_list_stringsList source strings in a project (id, text, identifier, context). Crowdin API: GET /projects/{projectId}/strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| croql | No | Crowdin Query Language filter, e.g. count of words <= 5. | |
| limit | No | Max rows (max 500, default 25). | |
| fileId | No | Filter by source file id. | |
| filter | No | Filter strings by text or identifier substring. | |
| offset | No | Rows to skip (default 0). | |
| branchId | No | Filter by branch id. | |
| projectId | Yes | Numeric project id. |