List bookmarks for current user
Retrieves all bookmarks for the current user within the specified organization. Optionally filter by bookmark type.
Authorization: Requires read access to the organization.
Filtering: Use bookmarkType parameter to filter by type (CHAT, REPORT, MODEL, GOVERNED_REPORT).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$Query Parameters
Optional filter by bookmark type The type of object being bookmarked
CHAT, REPORT, MODEL, GOVERNED_REPORT Response
List of bookmarks retrieved successfully
The type of object being bookmarked
CHAT, REPORT, MODEL, GOVERNED_REPORT The fully-qualified identifier of the bookmarked object. Required shape per type:
CHAT—{workspaceName}/{chatDocumentPath}(1+ slash)REPORT—{workspaceName}/{reportDocumentPath}(1+ slash)MODEL—{projectName}/{packageName}/{modelPath}(2+ slashes)GOVERNED_REPORT—{projectName}/{packageName}/{reportPath}(2+ slashes)
The organization name this bookmark belongs to
The username of the user who owns the bookmark
ISO 8601 timestamp indicating when the bookmark was created