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

    Provenance manifest written alongside the normalized events JSON. Workflows append this to data-download-manifest.md.

    interface CalendarFetchManifest {
    ย ย ย ย date: string;
    ย ย ย ย dateTo: string;
    ย ย ย ย path: "none" | "mcp-primary" | "web-fallback";
    ย ย ย ย eventCount: number;
    ย ย ย ย primaryError?: string;
    ย ย ย ย fallbackError?: string;
    ย ย ย ย fetchedAt: string;
    }
    Index
    date: string

    Date of the run (ISO 8601 "from" value).

    dateTo: string

    Date range end (ISO 8601 "to" value).

    path: "none" | "mcp-primary" | "web-fallback"

    Which path actually delivered the events.

    eventCount: number

    Number of events returned.

    primaryError?: string

    Error message from the failed primary path (when fallback was used).

    fallbackError?: string

    Error message from the failed fallback path (when both failed).

    fetchedAt: string

    ISO 8601 timestamp of the fetch.