Get preview for a table in a catalog
Catalogs
Get preview for a table in a catalog
Get a preview for a desired table in a catalog.
GET
Get preview for a table in a catalog
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Catalog name.
Schema name.
Table name.
Query Parameters
Maximum number of rows to return.
Required range:
1 <= x <= 500Response
Table altered successfully.
The starting offset that is used for pagination when returning a subset of the dataset.
The number of rows included in the current response.
A list of column names representing the structure of the returned dataset.
The offset value for the next page of data, if additional results are available.
The actual tabular data returned, where each inner list represents a row of values.

