# Network status Returns the most recent GuardianStatusReport from the network. Endpoint: GET /network/{network_id}/status Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Query parameters: - `key` (string) Comma seperated list of keys to filter response on ## Response 200 fields (application/json): - `leafblower` (object) Leafblower Link Stats object, key is mac address - `network_id` (integer) Network numeric ID - `shard_id` (string) Network shard - `radars` (object) map of radar id to radar status reports - `ts` (number, required) UTC timestamp - `last_motion` (number,null) UTC timestamp of last motion refresh time - `motion_tripped` (integer) Motion detector current state (1 - tripped, 0 - no motion) - `startup` (boolean) Is this the first report after startup - `version` (object) Component version inside Guardian - `health` (object) network and radar health - `health.nodes` (object) Health score at node level - `health.network` (number) Health score at network level - `capabilities` (array) (alpha) list of device capabilities to unlock specify cloud options - `coverage` (object) Leafblower room coverage per node, key is node id, value is coverage array - `guardian_id` (string) Network guardian_id - `dhcp` (object) map of dhcp mac address and dhcp stats object - fused across all AP - `motion_enabled` (integer) Motion event generation state (1 - on, 0 - off) - `armed` (integer) Motion armed state (1 - on, 0 - off) - `paused` (boolean) When enabled, the system is in sounding paused mode, and no motion detection will be happening. The motion stack is in dormant mode until the sounding more is no longer paused.