get
https://api.sigmacomputing.com/v2/reports//sources
Get the data sources of a report given the reportId. The response can be a dataset (deprecated), table, or the data model document and specific elements used as a source.
Usage notes
- Retrieve the reportId by calling the /v2/reports endpoint.
Best practices
- Validate the reportId on the client side before making a request to avoid unnecessary server load caused by invalid requests.
