Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
routineId
string
requerido

Parámetros de consulta

createdTimeStart
string<date-time>

Inclusive lower bound on createdTime

createdTimeEnd
string<date-time>

Inclusive upper bound on createdTime

status
enum<string>
Opciones disponibles:
pending,
running,
success,
failed,
canceled
take
integer
Rango requerido: 1 <= x <= 100
cursor
string

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

Respuesta

200 - application/json

One page of the run history plus the total row count

runs
object[]
requerido
nextCursor
string | null
requerido

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

Última modificación el 15 de septiembre de 2026