agent_response_id
as a path parameter to fetch related comments.curl --location -g --request GET 'https:///v2/api/agent-response/0/comment' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Comment Found Successfully.",
"data": [
{
"id": 123,
"comment": "Excellent response",
"created_by": "user@example.com",
"created_on": "2025-01-16T10:13:12.698517Z",
"chat_log": 4567
}
]
}