Workflow Executions
List Workflow Executions
Paginated list of workflow executions across all workflows, newest first. Each row includes the workflow name.
Get Workflow Execution Stats
Aggregate execution statistics across all workflows: total, successful, and failed run counts, the failure rate percentage, and the average run duration in milliseconds.
Get Workflow 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.
Delete Workflow Execution
Permanently delete an execution and its step results.
List Executions for Workflow
Paginated list of executions for one workflow, newest first.
Replay Workflow Execution
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.
Bulk Delete Workflow Executions
Permanently delete multiple executions and their step results in one call.