Skip to main content
GET
List Credentials
Every request requires ?beta=true.

Authorizations

X-Api-Key
string
header
default:sk-ant-local-default
required

OMA workspace API key.

Headers

anthropic-version
string
anthropic-beta
string

Path Parameters

vault_id
string
required

Path parameter vault_id

Query Parameters

beta
enum<boolean>
required

Selects the beta API contract for this endpoint. Must be true.

Available options:
true
limit
integer<int32>

Maximum number of credentials to return per page. Defaults to 20, maximum 100.

page
string

Opaque pagination token from a previous list_credentials response.

include_archived
boolean

Whether to include archived credentials in the results.

Response

Successful response (OK)

Response containing a paginated list of credentials.

data
object[]

List of credentials.

Example:
next_page
string | null

Pagination token for the next page, or null if no more results.

Example:

"page_MjAyNS0wNS0xNFQwMDowMDowMFo="