PrizmDoc® v14.4 Release - Updated April 1, 2025
PrizmDoc Worker Overview / Worker API Admin Guide / Check Status of AI Hub
Check Status of AI Hub

Check Health of AI Hub

The AI Hub has a simple internal API that you can use to verify that the worker is healthy and able to respond to requests.

  1. If the worker's internal API has been published to its default port on the local machine, then you can navigate to: http://localhost:4100/health.
  2. If the worker is active, you should see a response with a body of OK.

View AI Hub Metrics

The AI Hub provides a variety of metrics in the Prometheus Metrics format. If the worker's internal API has been published to its default port on the local machine, then these metrics can be viewed by navigating to: http://localhost:4100/metrics.