Authorizations
API key with format "Bearer {your-api-key}"
Path Parameters
Unique identifier of the workflow
Query Parameters
Pagination cursor for fetching the next page of results. This is a base64-encoded string returned from the previous response.
Filter executions by status
Available options:
IN_PROGRESS
, WAITING
, COMPLETED
, FAILED
, CANCELLED
Response
OK
The response is of type any
.