---
title: "Get Grid Status"
method: GET
path: "/connect/grid/status"
tags: ["Grid"]
---

# Get Grid Status

`GET /connect/grid/status`

Retrieves the status of the grid overall.
Includes grid health status information related to nodes, alerts, detection engines, etc.

## Response `200`

The grid Status summary

- ModelStatus[]
  - `alerts` ModelAlertsStatus
    - `newCount` integer — The number of new alerts (currently unused)
  - `detections` ModelDetectionsStatus
    - `elastalert` ModelEngineState — The state of the Strelka detection engine
      - `blocked` boolean — True if sync operations are currently blocked (e.g., during migrations).
      - `importing` boolean — True if new detections are currently being imported into the engine.
      - `integrityFailure` boolean — True if this engine has failed the detection integrity check. This indicates a mismatch between running detections and the backend detection store.
      - `migrating` boolean — True if the detections are currently being migrated from an older release.
      - `migrationFailure` boolean — True if there was a migration failure during the most recent migration attempt.
      - `syncFailure` boolean — True if a failure occurred during the most recent sync attempt.
      - `syncing` boolean — True if the detection engine is currently syncing the backend detection store with the running detection process.
    - `strelka` ModelEngineState — The state of the Strelka detection engine
      - `blocked` boolean — True if sync operations are currently blocked (e.g., during migrations).
      - `importing` boolean — True if new detections are currently being imported into the engine.
      - `integrityFailure` boolean — True if this engine has failed the detection integrity check. This indicates a mismatch between running detections and the backend detection store.
      - `migrating` boolean — True if the detections are currently being migrated from an older release.
      - `migrationFailure` boolean — True if there was a migration failure during the most recent migration attempt.
      - `syncFailure` boolean — True if a failure occurred during the most recent sync attempt.
      - `syncing` boolean — True if the detection engine is currently syncing the backend detection store with the running detection process.
    - `suricata` ModelEngineState — The state of the Strelka detection engine
      - `blocked` boolean — True if sync operations are currently blocked (e.g., during migrations).
      - `importing` boolean — True if new detections are currently being imported into the engine.
      - `integrityFailure` boolean — True if this engine has failed the detection integrity check. This indicates a mismatch between running detections and the backend detection store.
      - `migrating` boolean — True if the detections are currently being migrated from an older release.
      - `migrationFailure` boolean — True if there was a migration failure during the most recent migration attempt.
      - `syncFailure` boolean — True if a failure occurred during the most recent sync attempt.
      - `syncing` boolean — True if the detection engine is currently syncing the backend detection store with the running detection process.
  - `grid` ModelGridStatus
    - `awaitingRebootNodeCount` integer — The number of nodes that are awaiting reboot for kernel updates
    - `eps` integer — The current Events Per Second ingest rate for this grid
    - `totalNodeCount` integer — The total number of nodes that have checked-in to the grid manager since the manager SOC process was last restarted
    - `unhealthyNodeCount` integer — The number of nodes that are not in a healthy state, typically due to a fault.
  - `gridId` string — The grid ID for this status update, can be '' for local grids

## Other responses

- `401` — Request was not properly authenticated
- `403` — Insufficient permissions for this request
- `500` — Internal SOC error; review SOC logs

---

[API](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api.md) · [All operations](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/security-onion-solutions/security-onion-connect-api/versions/0576ce393f8d/schema)
