Skip to main content
GET
List the tables in a given share's schema

Path Parameters

share
string
required

Named share for finding the named schema

schema
string
required

Named schema for listing tables

Query Parameters

maxResults
number<int32>
default:500

The maximum number of results to be returned in a single page. If the number of potential results exceeds the number of maximum results, the response will contain a nextpageToken which can be used in subsequent requests.

pageToken
string

Optionally provided page token for requesting a subsequent page of results

Response

The user could successfully list the tables for the given schema in the given share

nextPageToken
string
required
items
object[]
Last modified on August 10, 2026