List uptime
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Portfolio-level uptime listing: one row per monitored site with its current status and last ping, answering “is anything down right now” in a single call. Rolling availability windows for one site live in Show site uptime (/sites/{site}/uptime).
JSON:API collection of type site-uptimes, id = the site’s uptime service id. Each entry carries site (id, name), enabled (is the monitor on), status (up / down / unknown), status_since and last_ping (at, status, status_code, response_time_ms, error), plus the usual top-level links, meta and jsonapi. last_ping is null when the monitor has not pinged in the last 30 days.
Example entry:
Default sort is -status, so outages come first. An unknown filter value or an out-of-range page[size] answers 422; a member without the uptime read permission answers 404. A read-only token is enough. The MCP twin of this endpoint is the uptime-index tool.