Aggregated readiness for downstream consumers (READY/DEGRADED/BLOCKED)
GET
/api/v1/health/integration
const url = 'http://localhost:8080/api/v1/health/integration';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/health/integrationSingle endpoint for parser-kodik (and similar) to check before submitting work. Aggregates token registry, schema-drift, parse-request queue depth.
Responses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties