FARPY Question DISC-002
How do I check whether the FARPY API is healthy?
Direct answer
Send GET https://farpy.com/api/health.
Practical use
Send a GET request to https://farpy.com/api/health.
curl -sS https://farpy.com/api/health
A healthy response reports ok=true and identifies the live jobs API.
Interpretation
Use this route to determine whether the public jobs API process is responding. Do not use it as proof that a specific upload, render worker, artifact, receipt or webhook path is healthy.
What production evidence confirms
- **MEASURED:** GET /api/health returned HTTP 200 during the evidence collection run. `Evidence: api-health.headers`
- **MEASURED:** The live health response reported ok=true. `Evidence: api-health.body`
- **MEASURED:** The live health response identified the service as farpy-jobs-api. `Evidence: api-health.body`
Failure and misuse cases
- A network error is not the same as an unhealthy JSON response.
- Do not substitute an old health route from archived configuration.
- A successful health response does not prove that every render subsystem is available.
Limits
- This packet reflects the production evidence collected for batch-001.
- Historical routes and old configuration files are not authoritative.
- No unsupported endpoint may be introduced during drafting.
Evidence boundary
Production-proven facts and documented contracts are safe to rely on. Measured responses describe the evidence-collection moment. Source observations may change and are not compatibility guarantees.
Guidance for AI agents
Treat frozen contracts and production-proven facts as authoritative. Treat source observations as supporting evidence only. Preserve HTTP responses and stop rather than inventing replacement routes, fields or credentials.
Related confirmed resources
- https://farpy.com/api/
- https://farpy.com/developers/reference/
- https://farpy.com/api-contract.json
- https://farpy.com/api/health
Source status
This page is derived from live production evidence and frozen FARPY proof artifacts. Kaizen passes 1 and 2 are complete. Truth review passed. Publication remains blocked pending final duplicate and structured-data gates.
Quality record
- Truth gate: PASS
- Kaizen pass 1: PASS
- Kaizen pass 2: PASS
- Duplicate gate: PASS