GET /<org>/api/incidents.json

Returns a public list of recent incidents for your organization — useful for building your own history view, a changelog, or a chat digest.

  • Auth: none (public)
  • CORS: open

Usage

curl "https://pulse.servilo.in/acme/api/incidents.json"

Each incident includes its title, state, impact and timestamps. Combine it with status.json to show both current status and recent history on your own page.

  • Machinereadable current status: status.json
  • Human-readable RSS feed: https://pulse.servilo.in/<org>/history.rss
  • Push incidents in from other tools: External alerts

Tip

For a reader-friendly feed (email clients, RSS readers), point people at history.rss instead of the JSON endpoint.