Get Execution Events
Executions
Get Execution Events
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.Documentation Index
Fetch the complete documentation index at: https://velt-v5-0-2-beta-28.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.

