Get the monitoring history for a given monitor for rendering in a graph.
get/api/v1.0/monitors/{monitorId}/history/graph
Request
Authorization
X-AT
header
apiKey
Path Parameters
monitorIdThe monitor ID to get the history graph data for.
integer
REQUIRED
Query Parameters
formatThe graph format return. Defaults to 'high-charts'.
string
high-charts
fromUnix timestamp to start fetching data from. Defaults to 30 days in the past.
integer
toUnix timestamp to stop fetching data on. Defaults to the current timestamp.
integer
Response
200Monitor history graph data
404Monitor not found
Shell cURL
shellShow schema
json