List workbook sources

View as MarkdownOpen in Claude
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

workbookIdstringRequired

Response

The response body.
Data model sourceobject
OR
Dataset source (deprecated)object
OR
Table sourceobject
OR
Custom SQL elementobject