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

    Interface PendingDocument

    Record for a single EP adopted-text identifier that is indexed but whose content has not yet been populated by the EP Open Data Portal.

    interface PendingDocument {
        docId: string;
        firstObservedAt: string;
        lastProbedAt: string;
        attempts: number;
        nextProbeAfter: string;
        status: PendingDocumentStatus;
    }
    Index

    Properties

    docId: string

    Document identifier (e.g., "TA-10-2026-0104")

    firstObservedAt: string

    ISO timestamp when the CONTENT_PENDING state was first observed

    lastProbedAt: string

    ISO timestamp of the most recent probe attempt

    attempts: number

    Total number of probe attempts including the initial observation

    nextProbeAfter: string

    ISO timestamp after which the next probe may be issued

    Current lifecycle status