GET
/
v1
/
organizations
/
{organizationSlug}
/
databases
/
{databaseName}
/
instances
/
{instanceName}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/databases/{databaseName}/instances/{instanceName} \
  -H 'Authorization: Bearer TOKEN'
{
  "instance": {
    "uuid": "0be90471-6906-11ee-8553-eaa7715aeaf2",
    "name": "lhr",
    "type": "primary",
    "region": "lhr",
    "hostname": "[databaseName]-[organizationSlug].turso.io"
  }
}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/databases/{databaseName}/instances/{instanceName} \
  -H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

databaseName
string
required

The name of the database.

instanceName
string
required

The name of the instance (location code).

Response

200 - application/json
Successful response
instance
object