List n8n Credentials
n8n_list_credentialsList credential metadata (names and IDs) from n8n, with optional name filter and pagination. Requires owner/admin role; secret values are not returned.
Instructions
List all credentials. Requires owner/admin role. Credential data (secrets) are NOT returned — only metadata.
Args:
name (string?): Filter by credential name
limit (number): Max results (1-250, default 20)
cursor (string?): Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by credential name | |
| limit | No | ||
| cursor | No | Pagination cursor |