Skip to main content
GET
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio
routineId
string
obbligatorio

Parametri della query

createdTimeStart
string<date-time>

Inclusive lower bound on createdTime

createdTimeEnd
string<date-time>

Inclusive upper bound on createdTime

status
enum<string>
Opzioni disponibili:
pending,
running,
success,
failed,
canceled
take
integer
Intervallo richiesto: 1 <= x <= 100
cursor
string

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

Risposta

200 - application/json

One page of the run history plus the total row count

runs
object[]
obbligatorio
nextCursor
string | null
obbligatorio

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

Ultima modifica il 15 settembre 2026