- Conversation Scorecard
A QA scorecard result for this conversation. Returned in the scorecards array on conversation responses when include_scorecards=true is passed.
The unique identifier of the specific scorecard version that produced this result.
Whether the conversation passed the scorecard. Null when the scorecard has not been scored.
The numeric score for the scorecard. Null when the scorecard has not been scored.
The numeric score produced by AI evaluation, if applicable. Null when not AI-scored.
The time the scorecard was last evaluated. Null in the rare case the underlying record's timestamp is not yet set.
The teammate (or AI agent) whose handling of the conversation was reviewed by this scorecard.
Who reviewed this scorecard. ai when Fin auto-reviewed it; admin when a teammate did. Null when no review exists for this scorecard or no reviewer has been assigned yet.
The status of the review of this scorecard, as shown in the QA reviews list in Intercom. unreviewed while the review is waiting for a reviewer's verdict; submitted once the review has been submitted; passed_review, needs_fix, wont_fix or fix_complete when a teammate set a specific outcome. Null when no review exists for this scorecard.
Per-evaluator results within this scorecard.
{ "scorecard_id": "67890", "scorecard_version_id": "67891", "name": "Standard QA Review", "scorecard_type": "human", "passed": true, "score": 0.85, "ai_score": 0.9, "evaluated_at": 1719493065, "reviewed_teammate": { "type": "admin", "admin_id": "991267715" }, "reviewer": { "type": "admin", "admin_id": "884120017" }, "review_status": "submitted", "evaluators": [ { … } ] }