Skip to main content
GET
List bookmarks for current user

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_-]+$

Query Parameters

bookmarkType
enum<string>

Optional filter by bookmark type

Available options:
WORKSPACE,
MODEL,
CHAT

Response

List of bookmarks retrieved successfully

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