All skills
Skillintermediate

execution

Manage workflow executions.

Claude Code Knowledge Pack7/10/2026

Overview

execution

Manage workflow executions.

execution list

List executions with optional filters.

n8n-cli execution list
n8n-cli execution list --workflow=1234
n8n-cli execution list --status=error --limit=10
FlagDescription
--workflowFilter by workflow ID
--statusFilter by status: canceled, error, running, success, waiting
--limitMaximum number of results

execution get

Get execution details.

n8n-cli execution get 5678
n8n-cli execution get 5678 --include-data --format=json
FlagDescription
--include-dataInclude full node execution data

execution retry

Retry a failed execution.

n8n-cli execution retry 5678

execution stop

Stop a running execution.

n8n-cli execution stop 5678

execution delete

Delete an execution.

n8n-cli execution delete 5678