{
"success": true,
"data": {
"shareId": "<string>",
"conversation": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"messageCount": 123,
"title": "<string>",
"customDescription": "<string>"
},
"messages": [
{
"id": "<string>",
"role": "user",
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"model": "<string>"
}
],
"metadata": {
"allowContinuation": true,
"shareType": "full",
"viewCount": 123,
"sharedByUsername": "<string>"
}
},
"meta": {
"timestamp": "2023-11-07T05:31:56Z",
"requestId": "<string>"
}
}