Skip to main content
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 the authenticate 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.
Example Response:

Error Responses