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 г.