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.string
Credential ID (UUID).
string
Human-readable name.
string
Vault integration this credential reads from.
string
Path inside the vault.
object
Maps vault field names to
username / password / optional totp.string[]
Hostnames this credential may be used on.
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.