Home//
REST API Reference
/- Conversation Monitor Evaluation
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 Scorecard
Conversation Scorecard Evaluator
Conversation Scorecard Evaluator Result
Reviewed Teammate
Merge Conversations Request
Conversation Monitor Eval...
A QA monitor evaluation that flagged this conversation. Returned in the monitor_evaluations array on conversation responses when include_monitors=true is passed.
The name of the monitor at the time of evaluation. Null if the monitor has since been deleted.
Example:"Customer complaint handling"
The type of the monitor. Null if the monitor has since been deleted.
Example:"prompt"
The reasoning provided by the monitor for its result. May be null if no reasoning was generated.
Example:"The customer mentioned wanting a refund without resolution."
{ "monitor_id": "12345", "monitor_name": "Customer complaint handling", "monitor_type": "prompt", "result": "flagged", "explanation": "The customer mentioned wanting a refund without resolution.", "evaluated_at": 1719493065 }