Claim Agent Task
talonic_claim_agent_taskClaim an available agent task or reclaim an expired lease by providing the task ID. Returns the task payload for processing.
Instructions
Claim an available Agent-stage task, or reclaim it after its lease expires.
USE WHEN: ready to process a task. Save the returned execution_epoch and lease_expires_at. NOT FOR: merely inspecting work (use talonic_get_agent_task) or extending an active lease (use talonic_heartbeat_agent_task). A conflicting live claim returns HTTP 409. A successful claim returns the task payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Agent task UUID. |