Retrieve a Monitor Event's Details
Use this endpoint to retrieve the details of a specific monitor event
Monitor events include a detailed set of data from the corresponding evaluation. Poll this endpoint for these details, plus theDocumentation Index
Fetch the complete documentation index at: https://docs.deeprails.com/llms.txt
Use this file to discover all available pages before exploring further.
status, input parameters, and timestamps.When waiting on the completion of an event, you can poll this endpoint until the
status is completed, then all the evaluation details will be available.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the monitor associated with this event.
The ID of the requested monitor event.
Response
Monitor event retrieved successfully
A unique monitor event ID.
"evt_xxxxxxxxxxxx"
Monitor ID associated with this event.
"mon_xxxxxxxxxxxx"
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 tutor. Answer with only the final answer as a single digit (0-9).",
"user_prompt": "What is 3 + 4? Reply with only one digit.",
"context": [
{
"role": "student",
"content": "Please keep it short."
},
{
"role": "tutor",
"content": "OK. I will answer with one digit only."
},
{
"role": "student",
"content": "What is 3 + 4?"
}
]
}
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.
super_fast, fast, precision, precision_codex, precision_max, precision_max_codex "fast"
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.
