Skip to main content
GET
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis
routineId
string
requis
runId
string
requis

Réponse

200 - application/json

The run

id
string
requis
routineId
string
requis
snapshotId
string
requis
chatId
string | null
requis
status
enum<string>
requis
Options disponibles:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
requis
plannedAt
string | null
requis

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

startedAt
string | null
requis
finishedAt
string | null
requis
spent
number | null
requis

Execution wall-clock time in ms

createdTime
string
requis
lastAssistantText
string | null
requis

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

Dernière modification le 15 septembre 2026