v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Agents

Continue Agent Run

Advance a persisted agent run from its current state. Dispatches on the body shape and the persisted run state (see ADR-003 in specs/agno/features/checkpointing/decisions.md).

Variants:

  • PAUSED + tools provided → apply HITL tool results, resume
  • PAUSED + resolved admin approval (empty tools) → apply resolution, resume
  • RUNNING / ERROR (no unresolved HITL requirements) → resume from last persisted state
  • COMPLETED + new tools → continue with appended messages

Tools Parameter: JSON string containing array of tool execution objects with results. Optional — only required when the persisted run has unresolved HITL requirements.

post/agents/{agent_id}/runs/{run_id}/continue

Path parameters

agent_idstring required
run_idstring required

Response

Agent run continued successfully

{"stackTrail":"paths:/agents/{agent_id}/runs/{run_id}/continue:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}