lokalise_list_tasks
Retrieve translation tasks from a Lokalise project to monitor workload, deadlines, and assignee progress. Filter by status or title for targeted checks.
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
| 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) |