Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...
    interface BatchStatus {
    ย ย ย ย complete: boolean;
    ย ย ย ย completedLanguages?: string[];
    ย ย ย ย remainingLanguages?: string[];
    ย ย ย ย allRequestedLanguages?: string[];
    ย ย ย ย allDone?: string[];
    ย ย ย ย timestamp: string;
    }
    Index

    Properties

    complete: boolean
    completedLanguages?: string[]
    remainingLanguages?: string[]
    allRequestedLanguages?: string[]
    allDone?: string[]
    timestamp: string