> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://api.docs.modulards.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://api.docs.modulards.com/_mcp/server.

# Uptime

Fleet-wide Uptime Monitor listing: one row per monitored website with its current status and last check, so seeing what is down does not take one call per website. Public filters: `site[]` (website ids), `status[]` (`up`, `down`, `unknown`), `service_status[]` (whether the monitor itself is on or off) and `s` for a free-text search on the website name. Public sorts: `status` (default, outages first) and `site_name`. Rolling availability is deliberately left out here - it costs three additional queries per row - and lives on `GET /sites/{site}/uptime` instead.