---
title: "List Databases"
method: GET
path: "/postgres/{postgres_cluster_id}/databases"
tags: ["Postgres Clusters"]
---

# List Databases

`GET /postgres/{postgres_cluster_id}/databases`

List all databases within a specific cluster.

## Path parameters

- `postgres_cluster_id` string, required

## Response `200`

OK

- ListPostgresDatabasesResponse
  - `data` PostgresDatabase[]
    - `name` string — Database name.

## Other responses

- `404` — Cluster not found

## Changes

- **2026-07-26** `633ddedda749` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/machines/apis/machines-api/changes/postgres/:postgres_cluster_id/databases/get.md)

---

[API](https://skmtc.dev/machines/apis/machines-api.md) · [All operations](https://skmtc.dev/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/machines/machines-api/revisions/4bd07b0facf4/schema)
