n8n-core-api
Installation
SKILL.md
n8n-core-api
Quick Reference
API Fundamentals
| Aspect | Value |
|---|---|
| Base URL | <N8N_HOST>:<N8N_PORT>/<N8N_PATH>/api/v1/ |
| Authentication | X-N8N-API-KEY header |
| Content-Type | application/json |
| Pagination | Cursor-based (nextCursor field) |
| Max page size | 250 results |
| Default page size | 100 results |
| API Playground | <base-url>/api/v1/docs (Scalar UI) |
| Availability | Requires a paid plan (not available during free trial) |
Resource Endpoints Overview
Related skills