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
workflowId
string
requerido

Parámetros de consulta

skip
integer | null

skip number

Rango requerido: x >= 0
take
integer

take number

Rango requerido: 1 <= x <= 500
status
enum<string>

filter by status

Opciones disponibles:
success,
failed,
running,
canceled,
pending
createdTimeStart
string

inclusive lower bound (ISO datetime)

createdTimeEnd
string

inclusive upper bound (ISO datetime)

spentMin
number | null

inclusive lower bound on spent (ms)

spentMax
number | null

inclusive upper bound on spent (ms)

runIds
string

comma-separated run IDs to filter by

cursor
string

opaque continuation cursor for pages beyond the hot storage zone; when set, skip is ignored. Pages served from cold storage may be slower, especially with spent/runIds filters

Respuesta

200 - application/json

Successful response

rowCount
number
requerido

total number of the runs, deduplicated across hot and archived storage. One known exception: a run that turns terminal only after an archive pass, while sorting below the archive boundary, is omitted until the next successful archive pass picks it up.

runs
object[]
requerido

workflow run history

nextCursor
string | null
requerido

cursor for the next page; pass it back as cursor. null means the list is exhausted. Present on every page — only the first request needs skip/take

Última modificación el 15 de septiembre de 2026