Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
routineId
string
requerido
runId
string
requerido

Respuesta

200 - application/json

The run

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

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

startedAt
string | null
requerido
finishedAt
string | null
requerido
spent
number | null
requerido

Execution wall-clock time in ms

createdTime
string
requerido
lastAssistantText
string | null
requerido

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

Última modificación el 15 de septiembre de 2026