Skip to main content

AnomalyStatusOut

Response envelope for GET /devices/anomaly-status (Phase 132-01).

Always returns a (possibly empty) devices array — never 404 for an empty workspace.

devices object[]required
  • Array [
  • idstring<uuid>required
    anomaliesstring[]required
  • ]
  • AnomalyStatusOut
    {
    "devices": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "anomalies": [
    "string"
    ]
    }
    ]
    }