lokalise_list_tasks
Monitor translation tasks to track workload, identify overdue items, and check assignment status across projects using filters for status, title, and pagination.
Instructions
Monitors ongoing translation work and deadlines across the project. Required: projectId. Optional: filterTitle, filterStatuses array, limit (50), page. Use to track workload, find overdue tasks, or check assignment status. Returns: Tasks with assignees, progress, due dates, and language scope. Essential for project management and workflow monitoring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to list tasks for | |
| limit | No | Number of tasks to return (1-500, default: 100) | |
| page | No | Page number for pagination (default: 1) | |
| filterTitle | No | Filter tasks by title | |
| filterStatuses | No | Filter by task statuses (new, in_progress, completed, closed, cancelled) |