List Vaults
get/v1/vaults?beta=true
Query parameters
limitinteger
Maximum number of vaults to return per page. Defaults to 20, maximum 100.
pagestring
Opaque pagination token from a previous list_vaults response.
include_archivedboolean
Whether to include archived vaults in the results.
Headers
x-api-keystring
anthropic-versionstring
anthropic-betastring
Response
Successful response (OK)
Example response
{
"data": [
{
"type": "vault",
"id": "vlt_011CZkZDLs7fYzm1hXNPeRjv",
"display_name": "Example vault",
"metadata": {
"environment": "production"
},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z",
"archived_at": null
}
],
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}Changes
Changed in 2 of the 67 revisions of this API.13
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
removed
BetaTimestampfrom thedata/items/archived_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
BetaTimestampsubschema #2to thedata/items/archived_atresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○