Skip to main content
GET
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio
routineId
string
obbligatorio
runId
string
obbligatorio

Risposta

200 - application/json

The run

id
string
obbligatorio
routineId
string
obbligatorio
snapshotId
string
obbligatorio
chatId
string | null
obbligatorio
status
enum<string>
obbligatorio
Opzioni disponibili:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
obbligatorio
plannedAt
string | null
obbligatorio

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

startedAt
string | null
obbligatorio
finishedAt
string | null
obbligatorio
spent
number | null
obbligatorio

Execution wall-clock time in ms

createdTime
string
obbligatorio
lastAssistantText
string | null
obbligatorio

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

Ultima modifica il 15 settembre 2026