v3

latestOpenAPI 3.0.02026-07-2759120262.8 KB
Monitors

Get monitor response time statistics

Returns response time statistics for a specific monitor within a configurable date range. Defaults to the last 24 hours. Maximum range is 90 days. Optionally includes time series data. Optionally filter by region.

get/monitors/{id}/stats/response-time

Path parameters

idnumber required

The monitor ID

Query parameters

fromstring
Example:2025-01-01T00:00:00Z

Start date for statistics (ISO 8601 format). Defaults to 24 hours ago.

tostring
Example:2025-01-07T00:00:00Z

End date for statistics (ISO 8601 format). Defaults to now.

includeTimeSeriesboolean
Example:true

Whether to include time series data points in the response. Defaults to false.

region'na' | 'eu' | 'as' | 'oc' | 'all'
Example:na

Filter by region code (na, eu, as, oc). When provided, only returns data for the specified region.

Response

data_pointsnumber required

Number of data points used to calculate the statistics

fromstring required

Start of the date range (ISO 8601)

tostring required

End of the date range (ISO 8601)