List check results
GET /api/v1/monitors/{id}/results
Returns paginated check results for a monitor, ordered by most recent first.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
42Unique monitor identifier.
Query Parameters
Section titled “Query Parameters ”Example
50Maximum number of results to return.
Number of results to skip for pagination.
Responses
Section titled “ Responses ”A paginated list of check results.
object
The result of a single monitor check.
object
Unique check result identifier.
Example
98765ID of the monitor this result belongs to.
Example
42Result of the check.
Example
upResponse latency in milliseconds.
Example
132HTTP status code returned (if applicable).
Example
200Additional details or error message.
Example
OKGeographic region from which the check was performed.
Example
eu-west-1When the check was executed.
Example
2026-03-29T12:00:00ZTotal number of results available.
Example
1440Maximum results returned per page.
Example
50Number of results skipped.
Authentication credentials are missing or invalid.
Error response returned when a request fails.
object
A human-readable error message.
Example
monitor not foundExample
{ "error": "unauthorized"}The requested resource was not found.
Error response returned when a request fails.
object
A human-readable error message.
Example
monitor not foundExample
{ "error": "not found"}