v3
latestOpenAPI 3.0.02026-07-2759120262.8 KBMonitors
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.