Export a workbook

View as Markdown
Export a workbook to one or more destinations, such as an email address, a Slack channel, or cloud storage. ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - This endpoint is rate limited to 100 requests per minute.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
Unique identifier of the workbook.

Request

The request body.
targetslist of objectsRequired
configobjectRequired
attachmentslist of objectsRequired
parametersmap from strings to stringsOptional
timeoutdoubleOptional
conditionslist of objectsOptional
sendAsUserstringOptional

Response

The response body.