List tasks
crowdin_list_tasksList translation/proofreading tasks in a project (id, title, status, assignees). Crowdin API: GET /projects/{projectId}/tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| status | No | Filter by task status. | |
| projectId | Yes | Numeric project id. | |
| assigneeId | No | Filter by assignee user id. |