Get a saved view
Retrieve details of a saved view (formerly called a bookmark).
### Usage notes
- Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
- Retrieve the **bookmarkId** by calling the [/v2/workbooks/{workbookId}/bookmarks](https://help.sigmacomputing.com/reference/get-workbook-bookmarks) endpoint.
### Usage scenarios
- **Inspect a saved view:** Retrieve the name, sharing, default status, and associated custom view (`exploreKey`).
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
workbookId
Unique identifier of the workbook.
bookmarkId
Unique identifier of the saved view (formerly called a bookmark).
Response
The response body.
bookmarkId
name
exploreKey
ID of the associated custom view.
isDefault
Whether this saved view is the default view for the workbook.

