API referencePlatform APIEndpoint reference
GUIDE & REFERENCE

/health (auxiliary)

Source-derived auxiliary endpoint contract, authentication, request validation, responses, and errors.

This is the auxiliary service route. Its origin and authentication are described in Platform API overview and Authentication. A path shared by another service is a different endpoint.

PropertyContract
MethodsGET
Path/health
Path parametersNone
Query parameters read in routeNone read directly; schema validation below may define additional fields
Headers read in routeNo additional direct header reads; authentication helpers may read credentials

Authentication and access

No explicit authentication check in this route module. Imported handlers or deployment middleware may impose additional controls; this inventory does not assert public deployment access.

Method behavior

The handler excerpt preserves field validation, response envelopes, cookie changes, and exception branches. Values returned by service helpers retain their named response type above; for passthrough routes, the upstream response is authoritative.

GET

GET = (): Response => new Response('OK', { status: 200 })

Source: minds-ui/apps/api/app/health/route.ts:3.

Evidence

Generated from the local source snapshot on 2026-09-12. This page documents implemented code and does not certify a deployed service, permissions configuration, or successful provider operation.

Source file: minds-ui/apps/api/app/health/route.ts. SHA-256: e5bb7794a2218276ea847a9ff6bf59242a9ce9f758d103a5fca7fb1e746f6462.

On this page