filter_tasks
Filter tasks in a project by status and custom limit, with bulk operation support and efficient retrieval of 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 |
|---|---|---|---|
| project_id | Yes | ||
| status | No | ||
| limit | No | ||
| use_last_tasks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||