Skip to main content
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.

Endpoint

POST https://api.velt.dev/v2/workflow/executions/getEvents

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required
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.
For the full external event catalog, see Event reference.

Example Requests

Reconcile after a webhook outage

Paginate through all events

Response

Success Response

Failure Response

Errors: NOT_FOUND / INVALID_ARGUMENT.