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

Path Parameters

organizationName
string
required

The name of the organization or user.

databaseName
string
required

The name of the database.

instanceName
string
required

The name of the instance (location code).

Response

200 - application/json
instance
object