v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-06-14254049.0 KB
Tables

List tables

Gets the list of all available tables under the parent catalog and schema. There is no guarantee of a specific ordering of the elements in the array.

get/tables

Query parameters

catalog_namestring required

Name of parent catalog for tables of interest.

schema_namestring required

Parent schema of tables.

max_resultsinteger

Maximum number of tables to return.

  • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
  • when set to 0, the page length is set to a server configured value;
  • when set to a value less than 0, an invalid parameter error is returned;
page_tokenstring

Opaque token to send for the next page of results (pagination).

Response

The tables list was successfully retrieved.

next_page_tokenstring

Opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).