GET /api/v1/cloud/vaults/{vault_id}/credentials
Lists credentials under the specified vault. Archived credentials are excluded by default.
Path parameters
Headers
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
VaultCredential object
Errors
Notes
- The credential list does not return credential secrets.
- Archived credentials are excluded by default. Pass
include_archived=trueto include them.
Related
Authenticate with vaults
Store and inject secrets safely into agent sessions.