Skip to main content

List databases for a given datastore Id

Get a list of databases, optionally filtered by datastores it belongs to. Use fields Use cursor-based pagination to limit the number entries in the list using limit and before or after query params.

Query Parameters
datastoreId string

Filter databases by datastore

limit int32

Possible values: 1 ≤ value ≤ 1000

Limit the number dataset returned. (1 to 1000000, default = 10)

before string

Returns list of dataset before this cursor

after string

Returns list of dataset after this cursor

Responses
200

List of databases

Schema OPTIONAL
data object[]
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
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32