get_tasks
Retrieve tasks from Megaplan filtered by status, responsible employee, or search term. Use pagination to control result size.
Instructions
List tasks from Megaplan with filters by status, responsible user, and search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_status | No | Filter by status (e.g. active, completed, delayed) | |
| filter_responsible_id | No | Filter by responsible employee ID | |
| search | No | Search by task name | |
| limit | No | Results per page | |
| offset | No | Offset for pagination |