curl --request GET \
--url https://api.devhelm.io/api/v1/services/{slugOrId}/poll-results \
--header 'Authorization: Bearer <token>'{
"data": [
{
"serviceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"passed": true,
"componentCount": 12,
"degradedCount": 1,
"overallStatus": "operational",
"responseTimeMs": 245,
"httpStatusCode": 200,
"failureReason": "<string>"
}
],
"hasMore": true,
"nextCursor": "<string>"
}curl --request GET \
--url https://api.devhelm.io/api/v1/services/{slugOrId}/poll-results \
--header 'Authorization: Bearer <token>'{
"data": [
{
"serviceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"passed": true,
"componentCount": 12,
"degradedCount": 1,
"overallStatus": "operational",
"responseTimeMs": 245,
"httpStatusCode": 200,
"failureReason": "<string>"
}
],
"hasMore": true,
"nextCursor": "<string>"
}API key (dh_live_...) or Auth0 JWT token
ISO 8601 timestamp cursor from a previous response
Page size (1–100, default 50)