List connection paths

View as MarkdownOpen in Claude
List all paths for all connections available to the user. ### Usage notes - Call this endpoint to retrieve the specific databases, catalogs, schemas, and tables available to the user associated with the API credentials. - Pass `connectionId` to restrict results to a single connection.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Query parameters

pagestringOptional
limitdoubleOptional
connectionIdstringOptional

Response

The response body.
entrieslist of objects
Array of results returned by the endpoint
nextPagestring or null

Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.

totaldouble
Total number of results. Useful to determine if there is a need to paginate.
hasMoreboolean

[Deprecated] Indicates whether more results are available.