Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Aggregate status emitted to data/imf-context.json or imf-unavailable.flag.

    interface ImfConnectivityReport {
    ย ย ย ย status: "ok" | "stale-vintage" | "degraded" | "unavailable";
    ย ย ย ย vintage: string;
    ย ย ย ย vintageAgeMonths: number;
    ย ย ย ย stale: boolean;
    ย ย ย ย probes: readonly ImfProbeResult[];
    ย ย ย ย checkedAt: string;
    ย ย ย ย warningBlock: string;
    }
    Index
    status: "ok" | "stale-vintage" | "degraded" | "unavailable"
    vintage: string
    vintageAgeMonths: number
    stale: boolean
    probes: readonly ImfProbeResult[]
    checkedAt: string
    warningBlock: string