Look up connections by path

View as MarkdownOpen in Claude
This endpoint returns details about the fully qualified path to an object in a specific connection by connection ID. ### Usage notes - Retrieve the **connectionId** by calling the [/v2/connections](https://help.sigmacomputing.com/reference/list-connections) endpoint. Different connections support different paths: - For a Snowflake connection, you can specify `DATABASE.SCHEMA.TABLE`, `DATABASE.SCHEMA.STORED_PROCEDURE`, or a less-specific path. - For Amazon Redshift, you can specify `SCHEMA.TABLE`, `SCHEMA.STORED_PROCEDURE`, or a less-specific path. - For Databricks, you can specify `CATALOG.SCHEMA.TABLE` or a less-specific path. Connection path details include the connection path ID, called the `inodeId` in the response, and the type of object in the connection path, either a table or a scope (database, schema, catalog, or other higher-level object).

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

connectionIdstringRequired

Request

The request body.
pathlist of strings or list of anyRequired

Response

The response body.
kindenum
inodeIdstring
urlstring