v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011235801.3 MB
Public API

Get Agent Run Result

Fetch the output of a completed run. The output is type: "text" (a prose answer) or type: "json" (structured data matching the output schema), plus trust metadata with per-claim citations for the answer.

While the run is still queued or running this endpoint returns 409; if the run failed or was cancelled it returns 422 with the run and error details.

get/v2/agents/{agent_id}/runs/{run_id}/result

Path parameters

agent_idstring uuid required
run_idstring required

Response

Successful Response

OR