Skip to main content
GET
GET /v1/databaseSchemas

List Database Schemas

List all database schemas with optional filtering and pagination.

Query Parameters

database
string
Filter by database fully qualified name.
domain
string
Filter by domain fully qualified name.
limit
integer
default:"10"
Maximum number of results to return (max: 1000000).
before
string
Cursor for backward pagination.
after
string
Cursor for forward pagination.
fields
string
Comma-separated list of fields to include: owners, tables, usageSummary, tags, certification, extension, domains, sourceHash, followers.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/databaseSchemas

Returns

Returns a paginated list of database schema objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

data
array
Array of database schema objects.
paging
object
Pagination information.