Use GET /Evaluations/ when you need the full question detail - weights, helper text, possible answer options, weighted scores, and the evaluation GUID. It is the better choice for building a complete picture of how an evaluation was structured and scored at the question level.
Use GET /Evaluations/Modules/ when you need module-level scores, want to know which answers were AI-generated vs human, or need to filter by a specific hierarchy node. The trade-off is that some of the per-question detail available in /Evaluations/ is not included.
The conversation identifier is available as
Metadata.Idon each evaluation record. Use it with the Transcriptions or Insights endpoints to retrieve the transcript or classifier results for the evaluated conversation.


