Skip to main content
GET
/
database
/
v1
/
projects
curl -X GET "https://api.case.dev/database/v1/projects" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "projects": [
    {
      "id": "proj_abc123",
      "name": "case-management-db",
      "description": "Production database for case management system",
      "region": "aws-us-east-1",
      "pgVersion": 17,
      "status": "active",
      "storageSizeBytes": 1073741824,
      "computeTimeSeconds": 3600,
      "linkedDeployments": [
        {
          "type": "compute",
          "id": "app_xyz789",
          "name": "case-portal",
          "url": "https://case-portal.case.systems"
        }
      ],
      "createdAt": "2025-01-10T08:00:00Z",
      "updatedAt": "2025-01-15T10:30:00Z"
    }
  ]
}

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

Projects retrieved successfully

projects
object[]
required