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
必填

查询参数

createdTimeStart
string<date-time>

Inclusive lower bound on createdTime

createdTimeEnd
string<date-time>

Inclusive upper bound on createdTime

status
enum<string>
可用选项:
pending,
running,
success,
failed,
canceled
take
integer
必填范围: 1 <= x <= 100
cursor
string

Keyset cursor from the previous page; omit for the first page

响应

200 - application/json

One page of the run history plus the total row count

runs
object[]
必填
nextCursor
string | null
必填

Pass back as cursor for the next page; null when exhausted

最后修改于 2026年9月15日