Skip to main content
GET
Health check

Health Check

Check the operational status of the OpenFiles API. This endpoint is useful for monitoring, load balancers, and health checks in production systems.

Use Cases

  • System monitoring - Check if API is responsive
  • Load balancer health checks - Verify endpoint availability
  • Integration testing - Confirm API connectivity
  • Status dashboards - Monitor service uptime

Example Usage

Response

The health check returns a simple JSON response indicating the API status.

Response

200 - application/json

Service healthy

status
enum<string>
required
Available options:
ok
Example:

"ok"

timestamp
string<date-time>
required
message
string
required
Example:

"OpenFiles API"

version
string
required
Example:

"1.0.0"