Skip to main content

Get a database by name

Retrieve a database by its fully qualified name.

Path Parameters
name string REQUIRED

Fully qualified name of the database.

Example: BigQuery.orbital-poc-9.delta_db2

Responses
200

The database was found and returned successfully.

Schema OPTIONAL
id string
name string
displayName string OPTIONAL
datastoreId string
description string OPTIONAL
location string OPTIONAL
config object OPTIONAL
json string OPTIONAL
version string OPTIONAL
active boolean OPTIONAL
assetCreatedDate date-time OPTIONAL
assetUpdatedDate date-time OPTIONAL
createdTime int64 OPTIONAL
updatedTime int64 OPTIONAL
createdBy string OPTIONAL
updatedBy string OPTIONAL
owner string OPTIONAL
tags string[] OPTIONAL
401

Unauthorized access.

404

Database for the given name is not found.

500

Internal server error.