Skip to main content
GET
List workflow runs

Parámetros de consulta

cursor
string

Opaque pagination cursor from a previous page's nextCursor or prevCursor.

Maximum string length: 1024
limit
integer
predeterminado:25

Maximum items per page.

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

Filter by run status.

Opciones disponibles:
pending,
running,
completed,
failed,
stopped

Respuesta

One page of workflow runs.

One page of workflow runs.

items
object[]
requerido
limit
integer
requerido
Rango requerido: x >= 1
nextCursor
string
prevCursor
string