For the complete documentation index, see llms.txt. This page is also available as Markdown.

Discover

API capability discovery

Discover available API capabilities

get

Returns a filtered capability map based on the caller's API key scopes. Each resource includes the operations and endpoints accessible to the authenticated API key. Use query parameters to narrow the response.

Authorizations
X-N8N-API-KEYstringRequired
Query parameters
includestring · enumOptional

Include additional data. Use "schemas" to inline request body schemas per endpoint, eliminating the need to fetch the full OpenAPI spec.

Possible values:
resourcestringOptional

Filter to a specific resource (e.g. "workflow", "tags", "credential").

operationstringOptional

Filter to endpoints with a specific operation (e.g. "read", "create", "list").

Responses
200

Discovery response with available resources and endpoints.

application/json
get/discover

Last updated

Was this helpful?