curl -L 'https://api.turso.tech/v1/organizations/{organizationSlug}/databases/{databaseName}' \ -H 'Authorization: Bearer TOKEN'
{ "database": { "Name": "my-db", "DbId": "0eb771dd-6906-11ee-8553-eaa7715aeaf2", "Hostname": "[databaseName]-[organizationSlug].turso.io", "block_reads": false, "block_writes": false, "regions": [ "lhr", "bos", "nrt" ], "primaryRegion": "lhr", "group": "default", "delete_protection": false, "parent": { "id": "<string>", "name": "<string>", "branched_at": "2025-04-15T13:14:34.468213117Z" } } }
Returns a database belonging to the organization or user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The slug of the organization or user account.
The name of the database.
Successful response
Show child attributes
Was this page helpful?