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 pagehttps://status.fireworks.ai
Snapshot statusOperational All Systems Operational (as of Aug 6, 2026 6:50 PM ET)
Components17/17
Status API formatstatuspage-v2
JSON endpointhttps://status.fireworks.ai/api/v2/status.json
GotchaMigrated from BetterStack to Atlassian Statuspage (observed 2026-08-06): /index.json now returns 404; use /api/v2/status.json + /api/v2/components.json
Verificationverified — 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.json

Gotcha (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.

Other providers