Web Search Agents (public)
Get Run Result
Fetch the result for a terminal run on this instance.
Mirrors the previous flat GET /tasks/runs/:run_id/result semantics:
- 404 when the run doesn't belong to the agent.
- 408 when the run is still active.
- 422 (with TaskRunFailedResult body) when the run failed or was cancelled.
- 200 (with TaskRunResult body) on success.
get/v1/task-agents/{agent_id}/runs/{run_id}/result
Path parameters
agent_idstring uuid required
run_idstring required
Response
Successful Response