API、CLI 与扩展
Endpoint reference
This section is the complete endpoint reference for n8n's public REST API, generated from the OpenAPI specification. Use it to explore every available operation and view the parameters, request bodies, and response schemas.
Before you start
- Authenticate: every request needs an API key. Refer to Authentication.
- Set your base URL:
- n8n Cloud:
https://<your-instance>.app.n8n.cloud/api/v1 - Self-hosted:
https://<your-domain>/api/v1 - Paginate large result sets. Refer to Pagination.
Browse the endpoints
The endpoints are grouped by resource in the left sidebar under n8n API: Workflow, Execution, Credential, User, Audit, Tags, Source Control, Variables, Data Table, Projects, and more. Each page documents that resource's operations and schemas.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。