FARPY Question DISC-002
How do I check whether the FARPY API is healthy?
Direct answer
Send GET https://farpy.com/v1/health.
Practical use
Send a GET request to https://farpy.com/v1/health.
curl -sS https://farpy.com/v1/health
A healthy response reports that the public API process is responding.
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
- **PROVEN_PRODUCTION:** GET `/v1/health` is present in the active OpenAPI contract.
- **MEASURED:** GET `/v1/health` returns HTTP 200 in production.
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/v1/openapi.json
- https://farpy.com/v1/health
Source status
Published in production. Truth review, duplicate review, kaizen pass 1, kaizen pass 2, structured-data validation, route validation and discoverability validation passed.
Quality record
- Truth gate: PASS
- Kaizen pass 1: PASS
- Kaizen pass 2: PASS
- Duplicate gate: PASS