Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

baseId
string
required
routineId
string
required
runId
string
required

Response

200 - application/json

The run

id
string
required
routineId
string
required
snapshotId
string
required
chatId
string | null
required
status
enum<string>
required
Available options:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
required
plannedAt
string | null
required

The scheduled occurrence this run served; null for a manual run

startedAt
string | null
required
finishedAt
string | null
required
spent
number | null
required

Execution wall-clock time in ms

createdTime
string
required
lastAssistantText
string | null
required

The last text part of this run's assistant reply; null while the run is in flight or when it produced no text

Last modified on September 15, 2026