Skip to main content

Get Workflow Execution

GET 

/api/automation/workflow-executions/:execution

Get a single execution with its full step-by-step results - per node: input, output, logs, timing, attempt count, and per-item success/error counts.

Not yet available to API tokens

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

Path param: execution = execution id.

Filter values use the stored statuses: pending, running, waiting, completed, failed, canceled. Response payloads expose display statuses where completed maps to success and canceled maps to cancelled.

previewMode on the execution is a snapshot taken when the run started — it stays true for runs made while preview mode was on, even after the workflow's own toggle is turned off. Steps skipped by preview are recorded with the input they would have used.

Request

Responses

OK

Response Headers
    Content-Type