Skip to main content
GET
List workflow runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string<uuid>
required

Unique identifier for a workflow.

Query Parameters

per_page
integer
default:10

The maximum number of runs to return per page. Defaults to 10.

Required range: 1 <= x <= 100
page_token
string

Opaque token from a previous response to retrieve the next page of results.

Response

A paginated list of workflow runs.

A paginated list of workflow runs.

runs
object[]
required

The list of workflow runs.

next_page_token
string<byte> | null

Token to retrieve the next page of results, or null if there are no more results.

Example:

"eyJsYXN0UnVuSWQiOiJhYmMxMjMifQ=="