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日