Skip to main content
GET
Get a specific bookmark

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
bookmarkType
enum<string>
required

The type of bookmark

Available options:
WORKSPACE,
MODEL,
CHAT

Query Parameters

objectId
string
required

The unique identifier of the bookmarked object

Response

Bookmark retrieved successfully

Represents a user bookmark for saving references to workspaces, models, and chats

bookmarkType
enum<string>
required

The type of object being bookmarked

Available options:
WORKSPACE,
MODEL,
CHAT
objectId
string
required

The unique identifier of the bookmarked object

organizationName
string
read-only

The organization name this bookmark belongs to

userName
string
read-only

The username of the user who owns the bookmark

workspaceName
string | null

The workspace the bookmark is associated with (optional)

createdAt
string<date-time>
read-only

ISO 8601 timestamp indicating when the bookmark was created