Skip to main content

Replay Workflow Execution

POST 

/api/automation/workflow-executions/:execution/replay

Re-run a past execution with the same trigger payload and the same workflow graph snapshot it originally ran against. A new execution record is created and queued asynchronously - the original execution is untouched.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Returns 403 when workflow automation is disabled for the account.

Path param: execution = execution id to replay.

Request

Responses

OK

Response Headers
    Content-Type