List workbook sources
Get the data sources of a workbook given the workbookId. The response can be a dataset (deprecated), table, custom SQL element, or the data model document and specific elements used as a source.
### Usage notes
- Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
workbookId
Response
The response body.
Data model source
OR
Dataset source (deprecated)
OR
Table source
OR
Custom SQL element

