Skip to main content
GET
cURL

Yetkilendirmeler

Authorization
string
header
gerekli

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

Yol Parametreleri

baseId
string
gerekli
routineId
string
gerekli
runId
string
gerekli

Yanıt

200 - application/json

The run

id
string
gerekli
routineId
string
gerekli
snapshotId
string
gerekli
chatId
string | null
gerekli
status
enum<string>
gerekli
Mevcut seçenekler:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
gerekli
plannedAt
string | null
gerekli

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

startedAt
string | null
gerekli
finishedAt
string | null
gerekli
spent
number | null
gerekli

Execution wall-clock time in ms

createdTime
string
gerekli
lastAssistantText
string | null
gerekli

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

Son değiştirilme tarihi 15 Eylül 2026