Skip to main content
GET
GET /v1/tables

List Tables

List all tables with optional filtering and pagination.

Query Parameters

database
string
Filter by database fully qualified name.
databaseSchema
string
Filter by database schema 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. Valid fields: tableConstraints, tablePartition, usageSummary, owners, customMetrics, columns, sampleData, tags, followers, joins, schemaDefinition, dataModel, extension, testSuite, domains, dataProducts, lifeCycle, sourceHash.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
includeEmptyTestSuite
boolean
default:"true"
Whether to include tables with empty test suites.
GET /v1/tables

Returns

Returns a paginated list of table objects. By default, only basic fields are included. Use the fields parameter to request additional data such as columns, tags, and owners.

Response

data
array
Array of table objects.
paging
object
Pagination information.