runrunit_list_tasks
Retrieve tasks from Runrun.it with filters for project, assignee, status, and more. Supports sorting, pagination, and filtering by IDs or board stages.
Instructions
List tasks from Runrun.it. Optional filters: ids, user_id, follower_id, responsible_id, assignee_id, filter_id, board_stage_id, project_id, is_closed, is_working_on, sort, sort_dir, page, limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated task IDs | |
| page | No | Page number (default 1) | |
| sort | No | Sort field (e.g. close_date, queue_position) | |
| limit | No | Items per page (1-100) | |
| user_id | No | Creator user ID | |
| sort_dir | No | Sort direction | |
| filter_id | No | ID of a task filter (e.g. 'Minhas partes abertas') | |
| is_closed | No | Filter by delivered tasks | |
| project_id | No | Project ID | |
| assignee_id | No | Assignee/executor principal user ID | |
| follower_id | No | Follower user ID | |
| is_working_on | No | Filter by in progress | |
| board_stage_id | No | Filter by board stage (e.g. Ongoing) | |
| responsible_id | No | Responsible/assignee user ID (e.g. for 'Minhas partes abertas') |