Skip to main content
POST
/
bookmarks
/
getConversationGroups
List groups containing a conversation
curl --request POST \
  --url http://api.superwize.ai/api/bookmarks/getConversationGroups \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "conv_01JHKYW2V8XQ123456789"
}
'
[
  {
    "id": "obj_01JHKZ0PV2WX123456789",
    "name": "Study Notes",
    "color": "#6366f1",
    "createdAt": "2026-01-01T00:00:00.000Z",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "_count": {
      "items": 3
    }
  }
]

Body

application/json
conversationId
string
required

Response

Bookmark groups returned.

id
string
required
name
string
required
color
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
_count
object