Databases
Get database
Retrieves a specified database.
get/database/show/{database_name}
Path parameters
database_nameName required— unresolved $ref
Query parameters
require_permissionsstring
Response
OK
Example response
{
"count": 5,
"created_at": "2020-12-31 11:22:33 UTC",
"delete_protected": true,
"id": "7",
"name": "Alpha",
"organization": "Treasure Data",
"updated_at": "2020-12-31 11:22:33 UTC"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.