checkly_list_check_results
ActiveTool of io.usefulapi/checkly
declared in 1.0.1
List individual run results for a check (latency, success, location, response). Public API: GET /v1/check-results/{checkId}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"checkId"
],
"properties": {
"to": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "End of range as a Unix timestamp (seconds)."
},
"from": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Start of range as a Unix timestamp (seconds)."
},
"page": {
"type": "integer",
"maximum": 9007199254740991,
"description": "1-based page number.",
"exclusiveMinimum": 0
},
"limit": {
"type": "integer",
"maximum": 9007199254740991,
"description": "Page size.",
"exclusiveMinimum": 0
},
"checkId": {
"type": "string",
"description": "The check id."
},
"location": {
"type": "string",
"description": "Filter by run location, e.g. eu-west-1."
},
"resultType": {
"enum": [
"FINAL",
"ATTEMPT",
"ALL"
],
"type": "string",
"description": "FINAL, ATTEMPT, or ALL."
},
"hasFailures": {
"type": "boolean",
"description": "Only return results that contain failures."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries