EU Parliament Monitor — API Documentation - v0.8.6
    Preparing search index...

    Metadata record written to manifest.json for each analysis run

    interface AnalysisManifest {
        runId: string;
        date: string;
        startTime: string;
        endTime: string;
        articleTypes: readonly ArticleCategory[];
        methods: readonly AnalysisMethodStatus[];
        overallConfidence: ConfidenceLevel;
        dataSourcesUsed: readonly string[];
    }
    Index

    Properties

    runId: string

    Unique identifier for this analysis run

    date: string

    ISO date of the analysis

    startTime: string

    ISO 8601 start timestamp

    endTime: string

    ISO 8601 end timestamp

    articleTypes: readonly ArticleCategory[]

    Article types included in this run

    methods: readonly AnalysisMethodStatus[]

    Per-method status entries

    overallConfidence: ConfidenceLevel

    Aggregated confidence across all completed methods

    dataSourcesUsed: readonly string[]

    Data source identifiers used during the run