List workflow runs
Workflows
List workflow runs
List execution runs for a workflow. Returns a paginated list of runs with their status, start time, and close time.
Results are ordered by start time descending (most recent first).
GET
List workflow runs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a workflow.
Query Parameters
The maximum number of runs to return per page. Defaults to 10.
Required range:
1 <= x <= 100Opaque token from a previous response to retrieve the next page of results.

