Skip to main content
GET
cURL

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

baseId
string
requis
routineId
string
requis

Paramètres de requête

createdTimeStart
string<date-time>

Inclusive lower bound on createdTime

createdTimeEnd
string<date-time>

Inclusive upper bound on createdTime

status
enum<string>
Options disponibles:
pending,
running,
success,
failed,
canceled
take
integer
Plage requise: 1 <= x <= 100
cursor
string

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

Réponse

200 - application/json

One page of the run history plus the total row count

runs
object[]
requis
nextCursor
string | null
requis

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

Dernière modification le 15 septembre 2026