agent_response_id
as a path parameter to fetch related comments.curl --location --request GET '/v2/api/agent-response//comment'
{
"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
}
]
}