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
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

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

Respuesta

200 - application/json

Successful response

rowCount
number
requerido

total number of the runs

runs
object[]
requerido

workflow run history

Última modificación el 4 de septiembre de 2026