Skip to main content
GET
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

baseId
string
обязательно
routineId
string
обязательно
runId
string
обязательно

Ответ

200 - application/json

The run

id
string
обязательно
routineId
string
обязательно
snapshotId
string
обязательно
chatId
string | null
обязательно
status
enum<string>
обязательно
Доступные опции:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
обязательно
plannedAt
string | null
обязательно

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

startedAt
string | null
обязательно
finishedAt
string | null
обязательно
spent
number | null
обязательно

Execution wall-clock time in ms

createdTime
string
обязательно
lastAssistantText
string | null
обязательно

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

Последнее изменение 15 сентября 2026 г.