batch_get_tasks
Retrieve complete details for multiple tasks at once by passing an array of task numbers. Reduces API calls compared to fetching tasks individually.
Instructions
Get full details of multiple tasks in a single call. Accepts an array of task numbers. More efficient than calling get_task multiple times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Team ID (auto from session if omitted) | |
| projectId | No | Project ID (auto from session if omitted) | |
| taskNumbers | Yes | Array of task numbers, e.g. [108, 109, 110] (max 50) |