Get Execution Events
Executions
Get approval execution events (v2)
Fetch the ordered event stream for an approval workflow execution using the Velt v2 REST API to audit transitions, reviewer actions, and outcomes.
POST
Get Execution Events
Use this API to retrieve a cursor-paginated view of the external-facing event stream for an execution. Use this to reconcile after a webhook outage.
For the full external event catalog, see Event reference.
Errors:
Endpoint
POST https://api.velt.dev/v2/workflow/executions/getEvents
Headers
Your API key.
Your Auth Token.
Body
Params
Only externally-visible event types are returned:
execution.dispatched, execution.completed, execution.failed, execution.cancelled, step.awaiting-approval, step.completed, step.failed, step.breached, step.cancelled, group.quorum-met, loop.iteration-started, loop.exhausted. Internal-only events (step.scheduled, step.started, step.retried, step.resumed, step.response-recorded, step.overridden, parallel-group.completed, idempotency.suppressed) fill seq gaps but are filtered out — your stream may have non-contiguous seq values.Example Requests
Reconcile after a webhook outage
Paginate through all events
Response
Success Response
Failure Response
NOT_FOUND / INVALID_ARGUMENT.

