Fireworks AI status — and how to poll it yourself
Snapshot: Aug 6, 2026 6:50 PM ET · Statuses shown are build-time snapshots — they refresh on each site rebuild. Live auto-refresh ships post-launch.
| Status page | https://status.fireworks.ai |
| Snapshot status | Operational All Systems Operational (as of Aug 6, 2026 6:50 PM ET) |
| Components | 17/17 |
| Status API format | statuspage-v2 |
| JSON endpoint | https://status.fireworks.ai/api/v2/status.json |
| Gotcha | Migrated from BetterStack to Atlassian Statuspage (observed 2026-08-06): /index.json now returns 404; use /api/v2/status.json + /api/v2/components.json |
| Verification | verified — live fetch on 2026-08-06 |
Polling Fireworks AI's status programmatically
Atlassian Statuspage v2. GET /api/v2/status.json returns status.indicator (none | minor | major | critical) and a human description; GET /api/v2/components.json returns per-component state.
curl -s https://status.fireworks.ai/api/v2/status.jsonGotcha (verified 2026-08-06): Migrated from BetterStack to Atlassian Statuspage (observed 2026-08-06): /index.json now returns 404; use /api/v2/status.json + /api/v2/components.json
Everything above was verified against the live endpoint on 2026-08-06 — nothing is inferred from platform defaults. If the endpoint moved, tell us.