List grants for a connection path

View as MarkdownOpen in Claude
Get a list of permissions granted to a specific connection path. ### Usage notes - Retrieve the **connectionPathId** by calling the [/v2/connection/{connectionId}/lookup](https://help.sigmacomputing.com/reference/lookup-connection) endpoint and using the `inodeId` included in the response, or by calling the [/v2/connections/paths](https://help.sigmacomputing.com/reference/list-connection-paths) endpoint and using the `urlId` included in the response.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

connectionPathIdstringRequired

Query parameters

pagestringOptional
limitdoubleOptional

Response

The response body.
entrieslist of objects
nextPagestring or null
hasMoreboolean

[Deprecated] Indicates whether more results are available.