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日