List Agent Tasks
talonic_list_agent_tasksDiscover agent-stage tasks ready for processing by filtering status. Returns metadata with optional limit and cursor pagination, helping you locate available external-agent work quickly.
Instructions
List Agent-stage tasks visible to this Talonic workspace credential.
USE WHEN: looking for external-agent work to process; begin with status 'available'. NOT FOR: reading the immutable task payload (use talonic_get_agent_task) or taking a lease (use talonic_claim_agent_task). ARGS: optional status, limit, and cursor. RETURNS: metadata only plus pagination.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 50). | |
| cursor | No | Opaque cursor from pagination.next_cursor. | |
| status | No | Optional task-status filter. |