List SQL queries in a workbook

View as MarkdownOpen in Claude
This endpoint retrieves a list of all SQL queries stored within a specific workbook. It is useful for developers and analysts who need to review or audit the queries being used for data manipulation and reporting within the workbook. ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. ### Usage scenarios - **Audit and review:** Enables administrators and data governance teams to audit and review all the queries associated with a workbook 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 workbooks 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

workbookIdstringRequired

Query parameters

pagestringOptional
limitdoubleOptional

Response

The response body.
entrieslist of objects
nextPagestring or null
totaldouble