Get a bookmark

View as MarkdownOpen in Claude
Retrieve details of a workbook 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.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
bookmarkIdstringRequired

Response

The response body.
bookmarkIdstring
namestring
isSharedboolean
Whether the bookmark is shared.
exploreKeystring
ID of the associated exploration.
isDefaultboolean
Whether the bookmark is default.