Skip to main content
POST
Retrieve user's favorite dialogues

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
institution
string

Institution ObjectId. If omitted, uses the current user's institution.

Response

Successfully retrieved favorite history dialogues

success
boolean

Indicates if the request was successful

data
object[]

Array of favorited history records (max 1000). Inputs/outputs trimmed to 200 chars. Tool responses truncated to 80 chars.

message
string

Error message when success is false

error
object

Error object when success is false