GET
List Executions
Lists the runs of a Workflow, newest-first.
GET
https://api.vantaxai.com/v1/workflows/{workflow_id}/executionsEach execution is a single firing of the Workflow's trigger. The list returns a summary of each run — use Get Execution to inspect the per-step results.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
workflow_idstringrequiredThe Workflow whose executions to list.
example: wf_4c81a0
Query Parameters
limitintegeroptionalNumber of records to return (1–200). Defaults to 50.
example: 50
statusstringoptionalFilter executions by status.
pendingrunningcompletedfailed