API reference
Health, dashboard, export, and static asset endpoints for Pulse.
| Method | Path | Params | Description |
|---|---|---|---|
GET | /health | - | Liveness + config readiness. 503 until ready_for_live |
GET | / | - | Dashboard HTML shell |
GET | /api/dashboard/progress | load_id | {percent, done} loading progress |
GET | /api/dashboard | from, to, load_id, refresh | Full dashboard JSON. 503 if setup incomplete |
GET | /api/export | from, to | JSON attachment (full payload) |
GET | /api/export/csv | from, to | CSV attachment (flat ticket list, all squads) |
| Static | /static/* | - | CSS, JS, images |
