List Wiro tasks
list_tasksList recent model-generation tasks to locate previous work, then retrieve complete results using a task ID.
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 |