Skip to main content
GET
Get preview for a table in a catalog

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

catalog_name
string
required

Catalog name.

schema_name
string
required

Schema name.

table_name
string
required

Table name.

Query Parameters

limit
integer
default:20

Maximum number of rows to return.

Required range: 1 <= x <= 500

Response

Table altered successfully.

start
integer
required

The starting offset for pagination when returning a subset of the dataset.

row_count
integer
required

The number of rows included in the current response.

columns
string[]
required

A list of column names representing the structure of the returned dataset.

next_start
integer | null

The offset value for the next page of data, if additional results are available.

data
any[][] | null

The actual tabular data returned, where each inner list represents a row of values.