Skip to main content
GET
/
vault
curl -X GET "https://api.case.dev/vault" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "vaults": [
    {
      "id": "vault_abc123",
      "name": "Contract Repository",
      "description": "Secure storage for client contracts",
      "enableGraph": true,
      "totalObjects": 1247,
      "totalBytes": 2847362048,
      "createdAt": "2024-01-01T00:00:00Z"
    }
  ],
  "total": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

Vaults retrieved successfully

vaults
object[]
total
integer

Total number of vaults