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

最終更新日 2026年9月15日