n8n
communityOpen-source workflow automation tool connecting 400+ apps with visual node-based editor.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{instance}/api/v1/workflowsList workflows
Parameters
limitresults (integeroptionalactivefilter active only (booleanoptionalReturns
data[] with id, name, active, nodes[], connections, createdAt, updatedAt, tags[]POST
https://{instance}/api/v1/workflows/{id}/executeExecute a workflow
Parameters
idworkflow ID (stringrequireddatainput data (objectoptionalReturns
data with executionId, finished, mode, startedAt, stoppedAt, data.resultDataGET
https://{instance}/api/v1/executionsList workflow executions
Parameters
limitresults (integeroptionalstatussuccess|error|waiting (stringoptionalworkflowIdfilter by workflow (stringoptionalReturns
data[] with id, finished, mode, startedAt, stoppedAt, workflowId, status