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

    Type Alias ProcedureID

    ProcedureID: Brand<string, "ProcedureID">

    Procedure ID – identifies a legislative procedure by its EP API process-id.

    This is the URL path segment used by /procedures/{process-id} endpoints. Format: "YYYY-NNNN" (e.g. "2024-0006")

    Note: This is distinct from the human-readable procedure reference used in Procedure.id ("COD/2023/0123") and Procedure.reference ("2023/0123(COD)"). Use the process-id format when calling getProcedureById / getProcedureEvents.

    const procId: ProcedureID = '2024-0006' as ProcedureID;