name
, description
, monitor_status
and observability stats.The response includes a
stats
object with 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 returned events associated with this monitor. Defaults to 10.