European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Interface DetailBatchResult

    Outcome summary of an incremental detail-refresh batch.

    interface DetailBatchResult {
        complete: boolean;
        failedDetailIds: string[];
        fetchedInRun: number;
        remainingDetails: number;
    }
    Index
    complete: boolean
    failedDetailIds: string[]
    fetchedInRun: number
    remainingDetails: number