List files
crowdin_list_filesList source files in a project (id, name, path, type, status). Crowdin API: GET /projects/{projectId}/files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| filter | No | Filter files by name substring. | |
| offset | No | Rows to skip (default 0). | |
| branchId | No | Filter by branch id. | |
| projectId | Yes | Numeric project id. | |
| directoryId | No | Filter by directory id. |