List report sources
Get the data sources of a report given the reportId. 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 **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
### Best practices
- Validate the **reportId** on the client side before making a request to avoid unnecessary server load caused by invalid requests.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
Response
The response body.
Data model source
OR
Dataset source (deprecated)
OR
Table source
OR
Custom SQL element

