v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

List Databases

Returns a list of databases belonging to the organization or user.

get/v1/organizations/{organizationSlug}/databases

Path parameters

organizationSlugstring required

The slug of the organization or user account.

Query parameters

groupstring

Filter databases by group name.

schemastring

The schema database name that can be used to get databases that belong to that parent schema.

parentstring

Filter database branches by using their parent database ID.

Response

Successful response

Example response

{
  "databases": [
    {
      "Name": "my-db",
      "DbId": "0eb771dd-6906-11ee-8553-eaa7715aeaf2",
      "Hostname": "[databaseName]-[organizationSlug].turso.io",
      "regions": [
        "aws-us-east-1"
      ],
      "primaryRegion": "aws-us-east-1",
      "group": "default",
      "parent": {
        "branched_at": "2025-04-15T13:14:34.468213117Z"
      }
    }
  ]
}
All 49 operations