Home//
REST API Reference
/- Conversation Scorecard Evaluator Result
Add tag to a conversation
Remove tag from a conversation
List all conversations
Creates a conversation
Retrieve a conversation
Update a conversation
Delete a conversation
Search conversations
Reply to a conversation
Manage a conversation
Attach a contact to a conversation
Detach a contact from a group conversation
List handling events
List side conversations
Redact a conversation part
Merge a conversation
Convert a conversation to a ticket
List all deleted conversation IDs
Conversation
Conversation List Item
Conversation Monitor Evaluation
Conversation Scorecard
Conversation Scorecard Evaluator
Reviewed Teammate
Merge Conversations Request
Conversation Scorecard Ev...
The outcome of a single evaluator within a scorecard.
The evaluator's selected value (typically a label such as pass, fail, or a category identifier).
Example:"pass"
A free-text explanation of the result.
Example:"The agent acknowledged the issue and resolved it within the same response."
Identifiers for structured reasons assigned to the result, if any.
Example:
[ "101", "102" ]
Free-text entered by the reviewer to supplement or stand in for the structured reason_ids — typically captured when the reviewer selects an "Other" option or adds a custom note. Null when not provided.
Example:"Agent acknowledged the issue but missed the follow-up question about billing."
{ "value": "pass", "source": "ai", "reasoning": "The agent acknowledged the issue and resolved it within the same response.", "reason_ids": [ "101", "102" ], "other_text": "Agent acknowledged the issue but missed the follow-up question about billing." }