Get workbook schema

Deprecated
View as MarkdownOpen in Claude
The Workbook Schema API is deprecated as of December 15, 2023. This endpoint is no longer compatible with workbook layouts. Workflows that use this endpoint must be replaced with the new endpoints listed below. The components in Workbook Schema API are available through individual endpoints to minimize the retrieval of unnecessary data. - [GET v2/workbooks/{workbookId}/pages](https://help.sigmacomputing.com/reference/listworkbookpages) - [GET v2/workbooks/{workbookId}/pages/{pageId}/elements](https://help.sigmacomputing.com/reference/listworkbookpageelements) - [GET v2/workbooks/{workbookId}/queries](https://help.sigmacomputing.com/reference/listworkbookqueries) - [GET v2/workbooks/{workbookId}/elements/{elementId}/query](https://help.sigmacomputing.com/reference/getelementquery)

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired

Query parameters

includeSqlbooleanOptional
tagstringOptional

Response

The response body.
workbookIdstring
Unique identifier of the workbook.
workbookUrlIdstring
pagesmap from strings to any
sheetsmap from strings to any
variablesmap from strings to any
elementsmap from strings to any
sqlQueriesmap from strings to strings
sqlQueryErrorsmap from strings to objects