---
title: "Get all databases for authenticated user"
method: GET
path: "/databases"
tags: ["Databases"]
---

# Get all databases for authenticated user

`GET /databases`

## Response `200`

List of databases with their info

- DatabaseResponse[]
  - `database` DatabaseService
    - `user_id` string, uuid
    - `id` string, uuid
    - `ram` integer
    - `name` string
    - `is_app` boolean
    - `blocked_until` string, date-time, nullable
    - `setup` boolean
    - `created_at` string, date-time, nullable
    - `last_setup_at` string, date-time, nullable
    - `vcpu` integer
    - `service_type` 'postgres' | 'mongo' | 'redis'
    - `visualizer` boolean
    - `size` integer — Size in bytes
  - `project_info` ProjectInfo
    - `ram` number[]
    - `vcpu` number[]
    - `storage` integer
    - `network_receive` number[]
    - `network_send` number[]
  - `replica_status` string[]

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/shardcloud/apis/cloud-website-api.md) · [All operations](https://skmtc.net/shardcloud/apis/cloud-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shardcloud/cloud-website-api/versions/7fe2fc6c24d7/schema)
