Request
GET
{prefix}/shares/{share}/schemas/{schema}/tablesHeaders
Bearer token for authentication
URL Parameters
The share name to query. This parameter is case-insensitive.
The schema name to query. This parameter is case-insensitive.
Query Parameters
The maximum number of results per page that should be returned.
- Must be non-negative
- 0 will return no results but
nextPageTokenmay be populated - Server may return fewer items even if more are available
Specifies a page token to use. Set to the
nextPageToken returned by a previous list request to get the next page of results.Response
Array of table objects. May be an empty array or missing when no results are found.
Token for retrieving the next page of results. May be an empty string or missing when there are no additional results.
Example Request
Example Response
Error Responses
Access Modes
The
accessModes field indicates how clients can access table data:- URL-based access (
url): Server returns pre-signed URLs for individual files - Directory-based access (
dir): Server issues temporary cloud credentials for direct storage access
accessModes is not present, assume URL-based access only.