Legacy Dev Forum Posts

 View Only

Sign Up

Getting evaluations from yesterday

  • 1.  Getting evaluations from yesterday

    Posted 06-05-2025 18:27

    ChrisEllis | 2023-08-22 15:02:16 UTC | #1

    Hello,

    We are trying to extract all evaluations data. We were planning on using /api/v2/analytics/conversations/details/query and filtering for conversations that have an evaluation. However, if a conversation occurs and then there is not an evaluation for a few days we would have to keep checking to see if any new evaluations have occured for previous dates.

    Is there a way to get say all the evaluations that occured yesterday?

    Thanks


    tim.smith | 2023-08-22 15:09:55 UTC | #2

    You might try GET /api/v2/quality/evaluations/query and set the start and end time parameters and see if that gets you what you're looking for.


    ChrisEllis | 2023-08-22 16:03:13 UTC | #3

    Thanks Tim,

    We were thinking about that, but it requires a conversationId, agentUserId, evaluatorUserId, or agentTeamId. Just trying to see if there's a way to get the data from yesterday without providing these or having to iterate through them all.

    Edit: Just realised we can use /api/v2/analytics/evaluations/aggregates/query to get the evaluations from yesterday and the data we need. They're really useful endpoints just took me a while to understand how to use them.


    system | 2023-09-22 15:19:22 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 21637