---
title: "Get all databases"
method: GET
path: "/v1/databases"
tags: ["Databases"]
---

# Get all databases

`GET /v1/databases`

get all databases that user owns

## Response `200`

Successful operation

- DBsDetails
  - `databases` object[]
    - `DBId` string — The ID of the database
    - `type` string — The type of the database
    - `planID` string — The plan ID
    - `status` string — The status of the database
    - `scale` integer — The scale of the database
    - `hostname` string — The hostname of the database
    - `publicNetwork` boolean — Indicates if the database is on a public network
    - `created_at` string — The creation timestamp of the database
    - `internalPort` integer — The internal port of the database
    - `id` string — The unique ID of the database

## Other responses

- `400` — Bad request
- `401` — Missing authentication

---

[API](https://skmtc.net/liara-cloud/apis/dbaas.md) · [All operations](https://skmtc.net/liara-cloud/apis/dbaas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/dbaas/versions/6423b3e16f16/schema)
