Skip to main content
GET
Retrieve an agent run

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
runTime
integer
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
errorMessage
string | null
required