Watch-only report
Read the week.
The same report GET /api/v1/report returns, rendered for the person who has to make a decision from it. It reads runs and disagreements that already exist. Opening this page runs no check, repairs nothing, and changes no configuration.
Your key stays in this tab. It is sent in an Authorization header to this site’s own API and is not stored, logged in the address bar, or remembered between visits. Revoking it ends your access immediately, including here.
If you would rather not use a browser
The same report as plain text, which is what the API was built for:
curl -H "Authorization: Bearer $FAILCLOSED_KEY" \
"https://failclosed.nyttolabs.com/api/v1/report?check=<key>&days=7&format=text"Drop &format=text for JSON. Both return exactly what this page shows — there is no separate reporting store, and nothing is computed here that the API does not compute for you.