Get Evaluations

Gets a list of evaluations

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Common next steps after a GET /Evaluations/ call:

  • Use GET /Evaluations/Modules/ when you need module-level scoring alongside the evaluation data.
  • Use GET /Workflows/ to retrieve any workflow records associated with these evaluations.
  • Use Metadata.Id to retrieve the transcript via GET /Conversations/Transcriptions/{conversationId}/.
  • Page through results by passing the last EvaluationNumber from the current response as LastId on the next call.
Query Params
string

Filters by the evaluation's last modified date.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Filters by the evaluation's last modified date. Must be equal to or later than StartDate.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Valid values:

NotStarted,
InProgress,
Completed,
NoValue,
PendingReview,
ReviewComplete

int32

The EvaluationNumber (integer) of the last evaluation from the previous page. Used for cursor-based pagination

int32
Defaults to 10

Results per page. Default 10

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json