{ "description": "Example response for GET /v1/organizations/{organizationSlug}/databases", "request": { "method": "GET", "url": "https://api.turso.tech/v1/organizations/my-org/databases", "headers": { "Authorization": "Bearer " } }, "response": { "status": 200, "body": { "databases": [ { "Name": "my-db", "DbId": "0eb771dd-6906-11ee-8553-eaa7715aeaf2", "Hostname": "my-db-my-org.turso.io", "block_reads": false, "block_writes": false, "primaryRegion": "aws-us-east-1", "group": "default", "delete_protection": false, "type": "logical", "is_schema": false, "schema": "", "sleeping": false } ] } } }