bytebot_list_tasks
View and filter tasks by status, priority, or pagination to monitor progress and manage workflow within ByteBot's task execution system.
Instructions
List all tasks with optional filters. Use this to see what tasks exist and their current status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter tasks by status | |
| priority | No | Filter tasks by priority | |
| limit | No | Maximum number of tasks to return | |
| offset | No | Number of tasks to skip (for pagination) |