Atom feed of a status page's status-update timeline
GET/api/v1/status-pages/:org/:slug/feed.xml
Public Atom/RSS feed of the page's recent status updates (incident posts and manual updates). Same visibility gate as the full page view, and the same visibility-driven caching: Cache-Control: public, max-age=300, stale-while-revalidate=30 for a public page, private, no-store for a password or private one — the feed quotes update titles and bodies verbatim. No authentication required.
Request
Responses
- 200
- 401
- 404
Atom feed XML
The status page is password protected and the request carried no valid unlock cookie. The error code is STATUS_PAGE_LOCKED, deliberately distinct from a generic UNAUTHORIZED: it means "unlock me", not "log in" — public status pages have no accounts. Obtain the cookie from POST /api/v1/status-pages/{org}/{slug}/unlock and replay it.
Resource not found