ChatgetBffChatDetail
Parameters
1 query
Query · 1
idstringRequiredLength: 24–24
Request
GET /bff/chat/detail
curl -X GET "https://api.bizkithub.com/bff/chat/detail?id=example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"state": "ok",
"room": {
"id": "example_id",
"title": "example_title",
"isMarkedProblematic": false,
"hasProblematicMessage": false,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate",
"metadata": {}
},
"messages": [
{
"id": "example_id",
"content": "example_content",
"isMarkedProblematic": false,
"insertedDate": "example_insertedDate",
"metadata": {}
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.