pydo.uptime.get_alert()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.uptime.get_alert(
check_id="4de7ac8b-495b-4884-9a69-1050c6793cd6",
alert_id="17f0f0ae-b7e5-4ef6-86e3-aa569db58284",
)Description
To show information about an existing alert, send a GET request to /v2/uptime/checks/{check_id}/alerts/{alert_id}.
Parameters
check_idstring requiredA unique identifier for a check.
alert_idstring requiredA unique identifier for an alert.
Request Sample
Response Example
More Information
See /v2/uptime/checks/{check_id}/alerts/{alert_id} in the API reference for additional detail on responses, headers, parameters, and more.