N8n · Capability
n8n Public API — Execution
n8n Public API — Execution. 7 operations. Lead operation: Retrieve all executions. Self-contained Naftiko capability covering one N8n business surface.
What You Can Do
GET
Getexecutions
— Retrieve all executions
/v1/executions
POST
Stopexecutions
— Stop multiple executions
/v1/executions/stop
GET
Getexecution
— Retrieve an execution
/v1/executions/{id}
DELETE
Deleteexecution
— Delete an execution
/v1/executions/{id}
POST
Retryexecution
— Retry an execution
/v1/executions/{id}/retry
POST
Stopexecution
— Stop an execution
/v1/executions/{id}/stop
PUT
Updateexecutiontags
— Update tags on an execution
/v1/executions/{id}/tags
MCP Tools
retrieve-all-executions
Retrieve all executions
read-only
idempotent
stop-multiple-executions
Stop multiple executions
retrieve-execution
Retrieve an execution
read-only
idempotent
delete-execution
Delete an execution
idempotent
retry-execution
Retry an execution
stop-execution
Stop an execution
update-tags-execution
Update tags on an execution
idempotent