List Workflow Executions
Workflows
List All Workflow Executions
Paginated list of workflow execution rows for the company. Routed two ways: with workflow_id in the path the list is scoped to that workflow; without, it spans every workflow on the company.
GET
List Workflow Executions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by execution status (e.g. pending, completed, failed).

