Skip to main content
GET
List workflow runs

Query Parameters

cursor
string

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

Maximum string length: 1024
limit
integer
default:25

Maximum items per page.

Required range: 1 <= x <= 100
status
enum<string>

Filter by run status.

Available options:
pending,
running,
completed,
failed,
stopped

Response

One page of workflow runs.

One page of workflow runs.

items
object[]
required
limit
integer
required
Required range: x >= 1
nextCursor
string
prevCursor
string