Get Agent Task
talonic_get_agent_taskFetch an Agent task's immutable input snapshot, instructions, and output contract before processing. Inspect task details to verify requirements, then decide whether to claim or submit.
Instructions
Fetch one Agent-stage task's immutable input snapshot, instructions, and declared output contract. This disclosure is audited.
USE WHEN: inspecting a listed task before deciding whether to process it. NOT FOR: acquiring the task (use talonic_claim_agent_task) or returning results (use talonic_submit_agent_task). ARGS: task_id. RETURNS: metadata, input_snapshot, output_contract, instructions, and timeout_fallthrough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Agent task UUID. |