Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich
routineId
string
erforderlich
runId
string
erforderlich

Antwort

200 - application/json

The run

id
string
erforderlich
routineId
string
erforderlich
snapshotId
string
erforderlich
chatId
string | null
erforderlich
status
enum<string>
erforderlich
Verfügbare Optionen:
pending,
running,
success,
failed,
canceled
errorMsg
object | null
erforderlich
plannedAt
string | null
erforderlich

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

startedAt
string | null
erforderlich
finishedAt
string | null
erforderlich
spent
number | null
erforderlich

Execution wall-clock time in ms

createdTime
string
erforderlich
lastAssistantText
string | null
erforderlich

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

Zuletzt geändert am 15. September 2026