v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

List Database Instances

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

get/v1/organizations/{organizationSlug}/databases/{databaseName}/instances

Path parameters

organizationSlugstring required

The slug of the organization or user account.

databaseNamestring required

The name of the database.

Response

Successful response

Example response

{
  "instances": [
    {
      "uuid": "0be90471-6906-11ee-8553-eaa7715aeaf2",
      "name": "aws-us-east-1",
      "type": "primary",
      "region": "aws-us-east-1",
      "hostname": "[databaseName]-[organizationSlug].turso.io"
    }
  ]
}