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.

Authorization

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

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.

Request

Responses

OK

Response Headers
    Content-Type