Skip to main content
GET
TypeScript SDK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string<uuid>
required
runId
string<uuid>
required

Response

Retrieve an agent run

id
string<uuid>
required
sessionId
string | null
required
status
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
durationMs
integer
required

Measured duration of the agent run in milliseconds.

errorMessage
string | null
required