---
title: "List Database Instances"
method: GET
path: "/v1/organizations/{organizationSlug}/databases/{databaseName}/instances"
---

# List Database Instances

`GET /v1/organizations/{organizationSlug}/databases/{databaseName}/instances`

Returns a list of instances of a database. Instances are the individual primary or replica databases in each region defined by the group.

## Path parameters

- `organizationSlug` string, required
- `databaseName` string, required

## Response `200`

Successful response

- object
  - `instances` Instance[]
    - `uuid` string — The instance universal unique identifier (UUID).
    - `name` string — The name of the instance (location code).
    - `type` 'primary' | 'replica' — The type of database instance this, will be `primary` or `replica`.
    - `region` string — The location code for the region this instance is located.
    - `hostname` string — The DNS hostname used for client libSQL and HTTP connections (specific to this instance only).

---

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