List SQL queries in a report
This endpoint retrieves a list of all SQL queries stored within a specific report.
### Usage notes
- Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
### Usage scenarios
- **Audit and review:** Enables administrators and data governance teams to audit and review all the queries associated with a report for compliance and optimization.
- **Query optimization:** Allows users to identify and optimize potentially inefficient or slow queries to improve performance.
### Best practices
- Use pagination to manage large sets of queries efficiently, especially in reports with extensive data manipulation.
- Regularly review queries as part of data governance practices to ensure they remain up to date and perform optimally.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
Query parameters
pageToken
pageSize
Response
The response body.
entries
Array of results returned by the endpoint
nextPageToken
A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results.
Must be treated as an opaque string.

