action elmah_uptime_checks_get_all { label: "Fetch a list of uptime checks. Currently in closed beta. Get in contact to get access to this endpoint." description: "Required permission: `uptimechecks_read`" provider: elmah method: GET path: "/v3/uptimechecks" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "string" description: "ID of the uptime check." } name: { type: "string" description: "Name of the uptime check." } status: { type: "string" description: "Current status of the uptime check." } url: { type: "string" description: "Url of the uptime check." } } } } }