Skip to main content
GET
GET /v1/tables

List Tables

List all tables with optional filtering and pagination.

Query Parameters

string
Filter by database fully qualified name.
string
Filter by database schema fully qualified name.
integer
default:"10"
Maximum number of results to return (max: 1000000).
string
Cursor for backward pagination.
string
Cursor for forward pagination.
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.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
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

array
Array of table objects.
object
Pagination information.