Record health snapshot (GET for UptimeRobot)
GET
/cron/health-record
const url = 'https://example.com/api/cron/health-record';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/cron/health-recordAccepts CRON_SECRET via header or query param. 14-day retention.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” token
string
CRON_SECRET for UptimeRobot GET monitoring
Responses
Section titled “ Responses ”Health recorded
Media type application/json
object
Missing or invalid CRON_SECRET