List documents for a deployment policy
List documents for a deployment policy
### Usage notes
- Retrieve the `deploymentPolicyId` from the [/v2/deploymentPolicies](https://help.sigmacomputing.com/reference/list-deployments) endpoint.
- If the user associated with the API key does not have access to the document, the `inode` field is `null`.
- The `inode` field is one of `workbook`, `dataModel`, `report`, or `folder`. Use the `type` field to determine which shape is returned and which ID field is present.
- Folders are returned as a single entry. The documents they contain are not listed individually.
### Usage scenarios
- Review and audit documents deployed to specific tenant organizations.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
deploymentPolicyId
Query parameters
pageToken
pageSize
Response
The response body.
entries
Array of results returned by the endpoint
nextPageToken
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.

