curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deploymentLogs/chat/{logId} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"userId": "<string>",
"userName": "<string>",
"userEmail": "<string>",
"messages": {},
"sessionData": {},
"rating": 123,
"feedback": "<string>",
"messageCount": 123,
"duration": 123
}
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deploymentLogs/chat/{logId} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"userId": "<string>",
"userName": "<string>",
"userEmail": "<string>",
"messages": {},
"sessionData": {},
"rating": 123,
"feedback": "<string>",
"messageCount": 123,
"duration": 123
}
API key authentication
Chat deployment log record
The response is of type object
.