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 р.