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

workflowId
string
requerido

Parámetros de consulta

skip
integer | null
Rango requerido: x >= 0
take
integer
Rango requerido: 1 <= x <= 500
status
enum<string>
Opciones disponibles:
success,
failed,
running,
canceled,
pending
cursor
string

nextCursor from the previous page; supersedes skip when present

Respuesta

200 - application/json

Successful response

runs
object[]
requerido
total
number
requerido

total number of runs, deduplicated across hot and archived storage. Same late-terminal exception as the run list rowCount: a run turning terminal only after an archive pass, sorting below the archive boundary, is missing until the next successful archive pass.

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