List Secrets
list_secretsList all secret names on the account; values are never returned. Filter by prefix, limit results, and paginate with cursor.
Instructions
List all secret names on the account. Values are never returned in list operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1–100, default 50) | |
| cursor | No | Pagination cursor from previous response | |
| prefix | No | Filter secrets by name prefix (e.g. "prod/") |