Retrieve a Monitor's Details
Use this endpoint to retrieve the details and evaluations associated with a specific monitor
Monitors track all the data from each of the events submitted to them. This endpoint returns comprehensive information for the monitor including recent event history and observability stats, plus configuration details likeDocumentation Index
Fetch the complete documentation index at: https://docs.deeprails.com/llms.txt
Use this file to discover all available pages before exploring further.
name, description, and its status.The
stats object in the response has counts of the evaluations in each status and an evaluations array containing all evaluation records.Use the optional
limit query parameter to control the number of returned evaluations (defaults to 10).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the monitor to retrieve.
Query Parameters
Limit the number of returned evaluations associated with this monitor. Defaults to 10.
Response
Monitor retrieved successfully
A unique monitor ID.
"mon_xxxxxxxxxxxx"
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"
