Skip to main content
GET
List Vaults
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

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 vaults to return per page. Defaults to 20, maximum 100.

page
string

Opaque pagination token from a previous list_vaults response.

include_archived
boolean

Whether to include archived vaults in the results.

Response

Successful response (OK)

Response containing a paginated list of vaults.

data
object[]

List of vaults.

Example:
next_page
string | null

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

Example:

"page_MjAyNS0wNS0xNFQwMDowMDowMFo="