# Status & Health Monitor VIF system and per-stream health and performance. ## Get system status - [GET /v1/{server}/plugin/vif/status](https://developer.wowza.com/docs/wowza-video-intelligence-framework/api/vif-openapi-3.1/status-and-health/getsystemstatus.md): Returns a full snapshot of the VIF system: host information (WSE/VIF versions, CPU, NVIDIA GPU type and utilization) and an array of every stream currently registered with the VI service. ## Get single stream status - [GET /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/status](https://developer.wowza.com/docs/wowza-video-intelligence-framework/api/vif-openapi-3.1/status-and-health/getstreamstatus.md): Returns detailed status and performance metrics for a specific stream. The stream must be registered with the VI service. If status is anything other than running, inspect the reason field for diagnostic information.