list_credentials
Retrieve metadata of stored n8n credentials: id, name, type, creation date. Optionally filter by credential type and paginate with cursor.
Instructions
Ambil daftar credentials yang tersimpan di n8n.
Data sensitif (token, password) tidak dikembalikan oleh API. Hanya metadata credential (id, name, type, createdAt) yang tersedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credential_type | No | Filter berdasarkan tipe credential (mis. 'githubApi', 'slackApi') | |
| limit | No | Jumlah maksimum hasil (1-250) | |
| cursor | No | Cursor paginasi |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||