Retrieves all the saved Chats between Glean Assistant and the user. The returned Chats contain only metadata and no conversational content.
OK
Array of objects (ChatMetadataResult) |
Not Authorized
Forbidden
Too Many Requests
{- "chatResults": [
- {
- "chat": {
- "id": "string",
- "createTime": 0,
- "createdBy": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "updateTime": 0,
- "name": "string",
- "applicationId": "string",
- "icon": {
- "color": "#343CED",
- "key": "person_icon",
- "iconType": "GLYPH",
- "name": "user"
}
}, - "trackingToken": "string"
}
]
}