Endpoint: v1/workflows/{id}/executions
List all executions for a specific workflow. Supports filtering by status and pagination. Returns up to 50 executions per page.
API key with format "Bearer {your-api-key}"
Unique identifier of the workflow
Pagination cursor for fetching the next page of results. This is a base64-encoded string returned from the previous response.
Filter executions by status
IN_PROGRESS, WAITING, COMPLETED, FAILED, CANCELLED OK