List columns for a warehouse table

View as MarkdownOpen in Claude
Returns column names, types, and other details for a table in a data warehouse connection. ### Usage notes - Retrieve the **tableId** by first calling the [/v2/connections/paths](https://help.sigmacomputing.com/reference/list-connection-paths) endpoint to discover available paths, then calling the [/v2/connection/{connectionId}/lookup](https://help.sigmacomputing.com/reference/lookup-connection) endpoint with the path to the desired table and using the `inodeId` included in the response.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

tableIdstringRequired

Query parameters

pageTokenstringOptional
pageSizeintegerOptional

Response

The response body.
entrieslist of objects
Array of results returned by the endpoint
nextPageTokenstring

A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results. Must be treated as an opaque string.