Use this endpoint to retrieve the details of a specific monitor event
status, input parameters, and timestamps.status is completed, then all the evaluation details will be available.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the monitor associated with this event.
The ID of the requested monitor event.
Monitor event retrieved successfully
A unique monitor event ID.
"evt_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Monitor ID associated with this event.
"mon_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
The time the monitor event was created in UTC.
"2025-01-15T10:30:00Z"
Status of the monitor event's evaluation.
in_progress, completed, canceled, queued, failed "completed"
The model input used to create the monitor event.
{
"system_prompt": "You are a helpful assistant.",
"user_prompt": "Hello, how are you?"
}The output evaluated by the monitor event.
"I am good, thank you!"
The time spent on the evaluation in seconds.
10.5
The run mode used to evaluate the monitor event.
precision_plus, precision, smart, economy "smart"
A human-readable tag for the monitor event.
"Test Event"
The result of the evaluation of the monitor event.
{
"correctness": {
"score": 1,
"rationale": "The response is correct.",
"threshold": 0.9
}
}The guardrail metrics evaluated by the monitor event.
The name of the guardrail metric.
The extended AI capabilities associated with the monitor event. Can be web_search, file_search, and/or context_awareness.
The files associated with the monitor event.