List secret provider items
Vault API
List secret provider items
Lists the items visible to a secret-provider connection across its accessible vaults. Use an item’s ref as secret_ref when binding a vault entry. Authenticated with your CloudCruise API key, like the rest of the Vault API.
GET
List secret provider items
Note:
- Authenticated with your CloudCruise API key (
cc-keyheader), the same as the rest of the Vault API.- Use an item’s
refassecret_refwhen binding a vault entry to this connection.- Returns metadata only — secret values are never included.
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Path Parameters
The secret-provider connection id (from GET /secret-providers).
Response
Items the connection can resolve.
Provider-native item id.
Item display name.
Provider-native id of the vault containing the item.
Display name of the vault containing the item.
The reference to use as secret_ref on a vault entry (e.g. op://<vaultId>/<itemId>).

