GET
/chat/room/{room}/messages
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/chat/room/{room}/messages'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": [
{
"label": "string",
"time": "2025-05-04T09:42:00Z",
"messages": [
{
"id": "string",
"label": "string",
"room": "string",
"message": "string",
"status": "SENDING",
"type": "TEXT",
"duration": "string",
"name": "string",
"reply": {
"id": "string",
"label": "string",
"message": "string",
"duration": "string",
"type": "TEXT",
"sender": "string",
"status": "SENDING",
"file_size": "string",
"is_sent_by_current_user": true
},
"file_size": "string",
"is_sent_by_current_user": true,
"sent_at": "2025-05-04T09:42:00Z"
}
]
}
]
}