Skip to content

Interface: EnrichedHealthResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Health / EnrichedHealthResponse

Interface: EnrichedHealthResponse

Defined in: src/types/health.ts:22

Enriched health response with component statuses and build info.

Properties

buildInfo?

optional buildInfo: BuildInfoDto

Defined in: src/types/health.ts:29

Build information for the running server.

Optional: some deployments (typically the gateway-fronted production health endpoint) omit build info and return null here.


components

components: ComponentHealthDto[]

Defined in: src/types/health.ts:31

Health status of individual components.


status

status: string

Defined in: src/types/health.ts:33

Overall health status.