filter_tasks
Filter tasks by project and status to narrow down results, with bulk operation support and an efficient endpoint for recent tasks.
Instructions
Filter tasks by multiple criteria with bulk operation support.
Args: project_id: ID of the project status: List of statuses to filter by (e.g., ['success', 'error']) limit: Maximum number of tasks to return use_last_tasks: Use efficient last 200 tasks endpoint
Returns: Filtered tasks with statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| project_id | Yes | ||
| use_last_tasks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||