List Wiro tasks
list_tasksRetrieve recent model-generation tasks for the authenticated project. Use returned task IDs to access complete results from previous conversations via get_task.
Instructions
List the authenticated project’s recent model-generation tasks. Use this to find work from previous conversations, then call get_task with a returned task ID for the complete result. The caller identity is derived from authentication; no user UUID is accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum tasks to return (default 20, max 100). | |
| model | No | Optional model slug or partial model name filter. | |
| start | No | Pagination offset (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| start | Yes | ||
| tasks | Yes | ||
| total | Yes | ||
| nextStart | Yes | ||
| nextAction | No |