cURL
curl --request GET \ --url https://global.thenile.dev/workspaces/{workspaceSlug}/databases/{databaseName} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "workspace": { "name": "<string>", "slug": "<string>", "id": "<string>", "stripe_customer_id": "<string>", "created": "2023-11-07T05:31:56Z" }, "status": "PENDING", "region": "AWS_US_WEST_2", "expandable": true, "apiHost": "<string>", "created": "2023-11-07T05:31:56Z", "deleted": "2023-11-07T05:31:56Z", "dbHost": "<string>", "sharded": true }
Gets details of a database.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Database details
1
Show child attributes
PENDING
REQUESTED
BUILT
READY
AWS_US_WEST_2
AWS_EU_CENTRAL_1
AZURE_EASTUS
Was this page helpful?