Skip to main content
GET
/
organizations
/
{organizationName}
/
bookmarks
/
{bookmarkType}
Get a specific bookmark
curl --request GET \
  --url https://{organization}.admin.credibledata.com/api/v0/organizations/{organizationName}/bookmarks/{bookmarkType} \
  --header 'Authorization: Bearer <token>'
{
  "bookmarkType": "WORKSPACE",
  "objectId": "<string>",
  "organizationName": "<string>",
  "userName": "<string>",
  "workspaceName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

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