List Vault Credentials
vault_credential_listList credentials in an agent vault with optional type filter. Use to browse stored secrets before reading, updating, or deleting entries. Sensitive fields are masked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional credential type filter. | |
| agentId | No | Agent ID whose vault to list. Optional when using an agent-bound credential (ak_* or oat_* with agentId). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| items | No | ||
| total | No | ||
| cursor | No | ||
| has_more | No | ||
| next_offset | No |