Skip to main content
POST
Get Execution
Use this API to fetch a workflow execution. Returns an ExecutionView with the current state plus the view-model of every step.

Endpoint

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

Headers

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

Body

Params

data
object
required

Example Requests

Get an execution

Response

Success Response

Failure Response

Errors: NOT_FOUND / INVALID_ARGUMENT.