Skip to main content

Get datasets for a database

Retrieve all datasets associated with a specific database by its ID, including their status.

Path Parameters
id string REQUIRED

Unique identifier of the database.

Example: bq.orbital-poc-9.delta_db2

Responses
200

List of datasets for the database returned successfully.

Schema OPTIONAL
data object[]
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32
401

Unauthorized access.

404

Database for instance id is not found.

500

Internal server error.