Web Search Agents (public)
Get Run
Fetch a run by id, scoped to the instance.
A run resolves only when (run_id, agent_id) match — otherwise 404. This means a stale URL with a swapped agent_id won't leak runs across instances even if the run_id is real.
get/v1/task-agents/{agent_id}/runs/{run_id}
Path parameters
agent_idstring uuid required
run_idstring required
Response
Successful Response