Dispatch Execution
Executions
Dispatch Execution
POST
Dispatch Execution
Use this API to start a new execution of a workflow definition. Dispatch pins the current definition version, stamps a correlation ID and idempotency key, and enqueues the first step(s).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/dispatch
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Dispatch with idempotency and webhook
Response
Success Response
deduplicated: true indicates a replay (including in-tx contention) — the returned executionId is the original execution’s id.
Failure Response
NOT_FOUND (no definition or tombstoned) / FAILED_PRECONDITION (tombstoned) / INVALID_ARGUMENT (schema validation).

