Check Server Health
GET/health
Retrieves the current health status of the FSI Server instance.
This endpoint performs a check to determine if the service is operational. It is primarily intended for automated monitoring systems, load balancers (e.g., as a heartbeat check), or liveness probes.
The response provides a JSON object with the status field, returning either ok (system healthy) or failed (system malfunctioning).
Responses
- 200
- 500
Response type health
Error details