List recent tasks
tasks_listList task handles in descending update order with optional status filter to recover task IDs after a restart. Read-only operation that retrieves task identifiers without changing state.
Instructions
List task handles, newest updated first, optionally filtered by status. Use to recover ids after restart. Do not use to poll a known id (tasks_get) or to mutate state. Read-only and idempotent. Auth: tool policy gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum handles to return. Default 20. | |
| status | No | Optional status filter: pending, running, input_required, completed, failed, cancelled. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||