GET
Get Execution
Retrieves a single execution, including per-step results.
GET
https://api.vantaxai.com/v1/executions/{execution_id}The `step_results` array mirrors the Workflow's `steps`, reporting a `status` for each one (`completed`, `failed`, or `skipped`) along with timestamps and any output or error. This is the primary tool for debugging why a run behaved the way it did.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
execution_idstringrequiredThe execution's unique identifier.
example: exec_5a90fd