---
title: "Get specific database details"
method: GET
path: "/databases/{database_id}"
tags: ["Databases"]
---

# Get specific database details

`GET /databases/{database_id}`

## Path parameters

- `database_id` string, uuid, required

## Response `200`

Database details

- object
  - `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

- `404` — Database not found

---

[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)
