---
title: "List databases"
method: GET
path: "/spaces/{space_id}/databases"
---

# List databases

`GET /spaces/{space_id}/databases`

Lists all databases in a space.

## Path parameters

- `space_id` string, required

## Response `200`

List of databases

- Database[]
  - `id` string, required
  - `name` string, required
  - `status` 'queued' | 'configuring' | 'running' | 'pausing' | 'paused' | 'resuming' | 'deleting' | 'deleted' | 'upgrading' | 'unstable' | 'unknown', required
  - `host` string, required
  - `port` integer, required
  - `type` 'standard' | 'dedicated', required
  - `size` '1x' | '2x' | '4x' | '8x'
  - `storage_mib` integer, nullable
  - `password` string, nullable

## Other responses

- `default` — Error response

## Changes

- **2026-04-17** `a7becb6668ec` — 1 breaking, 1 warning, 10 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the optional property `code` from the response with the `default` status
  - added the optional property `items/password` to the response with the `200` status
  - added the optional property `items/size` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/spaces/:space_id/databases/get.md)

---

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