List grants for a connection path

View as Markdown
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
Use to specify further pages using the string returned in the nextPage portion of the response.
limitdoubleOptional

Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.

Response

The response body.
entrieslist of objects
nextPagestring or null
hasMorebooleanOptional

[Deprecated] Indicates whether more results are available.