Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API key (ak_...) as a Bearer token. Preferred.

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

agent_id
string<uuid>
required
loop_status
enum<string>
required

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.

Available options:
running,
finished,
technical_error,
terminated
transcript
TranscriptMessage · object[]
required

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.