Get an agent run
Return an agent run’s status and transcript.
Poll every 3 to 10 seconds while loop_status is running. Runs
commonly take several minutes. For the status values, see the
Agent lifecycle and polling guide.
The response is scoped to the API key: a run that belongs to another organization or agent returns 404, so a key can’t enumerate or inspect runs it doesn’t own.
Authorizations
API key (ak_...) as a Bearer token. Preferred.
Path Parameters
Response
Successful Response
running: the agent is working, which includes startup. finished: the agent is idle; when it ended its turn normally, the output for the last input is complete. technical_error: the run hit an internal error. terminated: the run was stopped or deleted.
running, finished, technical_error, terminated The inputs the agent accepted and each turn's final output, ordered oldest first. It doesn't include intermediate tool steps. An empty transcript early in a run is normal.