List Credentials
Credentials & Vault
List Credentials
List the caller’s credential records. Metadata only — no secret material is ever returned.
GET
List Credentials
Overview
Returns every credential record owned by the caller. Only metadata is returned (name, vault integration ID, vault path, field map, allowed domains, timestamps) — the underlying secret never leaves your vault and is not included in the response. Credential IDs returned here are what you pass to theauthenticate task action.
Example Request
Response
Success Response (200)
Returns an array of credential records.Credential ID (UUID).
Human-readable name.
Vault integration this credential reads from.
Path inside the vault.
Maps vault field names to
username / password / optional totp.Hostnames this credential may be used on.
ISO 8601 timestamp.
ISO 8601 timestamp.
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |