checkly_get_check_alerts
ActiveTool of io.usefulapi/checkly
declared in 1.0.1
List alert notifications for one specific check. Public API: GET /v1/check-alerts/{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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries