Retrieve monitor history
Get monitor history
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Start time (ISO 8601 format) for filtering alert history.
End time (ISO 8601 format) for filtering alert history.
Response
200 - application/json
AlertHistory
Unique identifier of the check that triggered the alert
Example:
"chk_abc123"
The name of the alert
Example:
"High CPU Usage Alert"
Current state of the alert
Available options:
open
, closed
Example:
"open"
ISO 8601 timestamp when the alert state changed
Example:
"2024-03-20T15:30:00Z"
Was this page helpful?