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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Returns 403 when workflow automation is disabled for the account.

Path param: execution = execution id to replay.

The workflow's current previewMode governs the replay — not the original run's. Replaying a real run while preview mode is on produces a preview run, and vice versa.

Request

Responses

OK

Response Headers
    Content-Type