Home//
REST API Reference
/- Conversation Scorecard Evaluator
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 Result
Reviewed Teammate
Merge Conversations Request
Conversation Scorecard Ev...
A single evaluator within a scorecard, including its result for this conversation.
The unique identifier of the evaluator (criterion) within the scorecard.
Example:"54321"
resultobject or null(Conversation Scorecard Evaluator Result)
The evaluator's result for this conversation. Null if the evaluator was not scored.
{ "evaluator_id": "54321", "result": { "value": "pass", "source": "ai", "reasoning": "The agent acknowledged the issue and resolved it within the same response.", "reason_ids": [ … ], "other_text": "Agent acknowledged the issue but missed the follow-up question about billing." } }