Monitoring RepoFlow
RepoFlow exposes health endpoints to confirm that key services are reachable. These endpoints do not require authentication.
Authentication: Not required
1. Basic Health Check
GET https://api.repoflow.io/health
Checks if the server is running.
2. Hasura Database Health Check
GET https://api.repoflow.io/health/hasura
Checks connectivity to Hasura.
3. Object Storage (S3) Health Check
GET https://api.repoflow.io/health/object-storage
Verifies connectivity to object storage (S3 or compatible).
4. Full System Health Check
GET https://api.repoflow.io/health/full
Runs a complete health check for Hasura and object storage.