35 IOW
1 operation.
35.0.1 facility_exceedance_feed_api_v1_iow_exceedances_get
GET /api/v1/iow/exceedances
Facility Exceedance Feed
Facility-wide exceedance feed. Returns recent IOW exceedances across all equipment in a facility, ordered by severity_score desc then start_time desc. Used by the operator dashboard for facility-level IOW monitoring.
Authentication: bearerAuth
Parameters
| Name | In | Required | Type | Notes |
|---|---|---|---|---|
facility_id |
query | yes | string (uuid) | Facility to query |
iow_level |
query | no | Filter by IOW level | |
active_only |
query | no | boolean | Only return ongoing exceedances |
limit |
query | no | integer | |
offset |
query | no | integer |
Responses
| Status | Meaning | Body |
|---|---|---|
200 |
Successful Response | ExceedanceEvent |
422 |
Validation Error | HTTPValidationError |