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

    Input to the read stage: filesystem location of analysis artifacts.

    interface ReadStageInput {
    ย ย ย ย subfolderAbsPath: string;
    ย ย ย ย subfolderRepoRelPath: string;
    ย ย ย ย date: string;
    ย ย ย ย subfolder: string;
    }
    Index
    subfolderAbsPath: string

    Absolute path to analysis/daily/$DATE/$SUBFOLDER.

    subfolderRepoRelPath: string

    Repo-relative path (e.g. analysis/daily/2026-04-23/propositions).

    date: string

    $DATE (YYYY-MM-DD).

    subfolder: string

    $SUBFOLDER (e.g. propositions).