Get deployed workbook in tenant org (Beta)
Get deployed workbook in tenant org (Beta)
Retrieve the workbook ID for a workbook deployed to a tenant organization for a given parent workbook and deployment policy.
**Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- The parent workbook must be part of the specified deployment policy.
- The workbook must be deployed to the specified tenant organization.
- Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.
- Retrieve the **deploymentPolicyId** by calling the [/v2/deploymentPolicies](https://help.sigmacomputing.com/reference/list-deployments) endpoint.
- Retrieve the **parentWorkbookId** by calling the [/v2/deploymentPolicies/{deploymentPolicyId}/files](https://help.sigmacomputing.com/reference/list-inodes-for-deployment) endpoint and using the `workbookId` included in the response.
- For version-tagged deployment policies, you may pass either the source workbook ID or the version-tagged workbook ID as the **parentWorkbookId**.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
tenantOrganizationId
Query parameters
parentWorkbookId
deploymentPolicyId
Response
The response body.
workbookId
Unique identifier of the workbook deployed to the tenant organization
workbookUrl
URL to access the workbook in the tenant organization

