Hi,
I am trying to get all the evaluations from a specific evaluator for a specific time period.
I am using this endpoint - GET /api/v2/quality/evaluations/query
The result I am getting is missing the 'answers' section in the response.
But while using this endpoint - GET
/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}
I am getting the answers section in response.
This adds an extra API I need to call just to get the answers section.
Could you please let me know why I am not getting the answers section in the first API - /api/v2/quality/evaluations/query ??