Use this endpoint to retrieve the details and evaluations associated with a specific monitor
name, description, and its status.stats object in the response has counts of the evaluations in each status and an evaluations array containing all evaluation records.limit query parameter to control the number of returned evaluations (defaults to 10).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the monitor to retrieve.
Limit the number of returned evaluations associated with this monitor. Defaults to 10.
Monitor retrieved successfully
A unique monitor ID.
"mon_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Name of this monitor.
"Test Monitor"
Status of the monitor. Can be active or inactive. Inactive monitors no longer record and evaluate events.
active, inactive "active"
The time the monitor was created in UTC.
"2025-01-15T10:30:00Z"
The most recent time the monitor was modified in UTC.
"2025-01-15T10:30:00Z"
Contains five fields used for stats of this monitor: total evaluations, completed evaluations, failed evaluations, queued evaluations, and in progress evaluations.
An array of all evaluations performed by this monitor. Each one corresponds to a separate monitor event.
An array of extended AI capabilities associated with this monitor. Can be web_search, file_search, and/or context_awareness.
An array of files associated with this monitor.
Description of this monitor.
"A monitor used to test the DeepRails SDK"