system ยท version 0.1.0

Service health probe

GET /api/health

Unauthenticated readiness probe. Reports control-plane mode and which optional integrations (storage, queue, hosted worker) are configured.

Request

GET https://sourced.sh/api/health

Responses

200

Service is reachable.

application/json

HealthStatus:
  type: object
  required: ok, service, mode, generatedAt
  properties:
    ok (required): boolean
    service (required): string
    mode (required): string enum neon-control-plane | local-json-control-plane | not-configured-control-plane
    accounts: boolean
    projects: boolean
    persistedRuns: boolean
    hostedReports: boolean
    storage: boolean
    queue: boolean
    pipeline: object
    generatedAt (required): string

Back to version index