Retrieve Database
Returns a database belonging to the organization or user.
get/v1/organizations/{organizationSlug}/databases/{databaseName}
Path parameters
organizationSlugstring required
The slug of the organization or user account.
databaseNamestring required
The name of the database.
Response
Successful response
Example response
{
"database": {
"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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.