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

Останнє оновлення 15 вересня 2026 р.