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

    A single Riksrevisionen follow-up record. Matches the JSON schema at schemas/rir-followups-schema.json.

    interface RirFollowUpRecord {
    ย ย ย ย rir_report_id: string;
    ย ย ย ย rir_number: string;
    ย ย ย ย title: string;
    ย ย ย ย title_en?: string;
    ย ย ย ย agency: string;
    ย ย ย ย policy_area?: string;
    ย ย ย ย committees?: readonly string[];
    ย ย ย ย publish_date: string;
    ย ย ย ย skrivelse_deadline: string;
    ย ย ย ย gov_response_status: RirResponseStatus;
    ย ย ย ย response_skrivelse_id: string;
    ย ย ย ย parliamentary_followup_doc_ids: readonly string[];
    ย ย ย ย open_recommendations?: number;
    ย ย ย ย risk_level?: RirRiskLevel;
    ย ย ย ย notes?: string;
    ย ย ย ย riksdag_url?: string;
    }
    Index
    rir_report_id: string

    Riksdag document ID for the RiR report (e.g. HD01JuU31).

    rir_number: string

    Official RiR publication number (e.g. RiR 2026:6).

    title: string

    Swedish title of the RiR report.

    title_en?: string

    English translation of the title.

    agency: string

    Primary government agency audited.

    policy_area?: string

    Swedish policy area.

    committees?: readonly string[]

    Riksdag committee codes handling the report (e.g. JuU, FรถU).

    publish_date: string

    ISO 8601 date when the RiR report was published.

    skrivelse_deadline: string

    Deadline for the government skrivelse response (null if not confirmed).

    gov_response_status: RirResponseStatus

    Government response status.

    response_skrivelse_id: string

    Riksdag document ID or reference of the government skrivelse response.

    parliamentary_followup_doc_ids: readonly string[]

    Riksdag document IDs for parliamentary follow-up documents.

    open_recommendations?: number

    Number of open/unresolved RiR recommendations.

    risk_level?: RirRiskLevel

    Political accountability risk level.

    notes?: string

    Additional context or intelligence notes.

    riksdag_url?: string

    URL to the document on riksdagen.se.