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