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

    Interface GetLatestVotesParams

    Parameters for fetching latest votes from DOCEO.

    interface GetLatestVotesParams {
        abortSignal?: AbortSignal;
        date?: string;
        includeIndividualVotes?: boolean;
        limit?: number;
        offset?: number;
        term?: number;
        weekStart?: string;
    }
    Index

    Properties

    abortSignal?: AbortSignal

    Optional cancellation signal for bounded internal enrichment calls

    date?: string

    Specific date (YYYY-MM-DD) to fetch votes for

    includeIndividualVotes?: boolean

    Whether to include individual MEP vote positions from RCV data

    limit?: number

    Maximum number of vote records to return

    offset?: number

    Pagination offset

    term?: number

    Parliamentary term number (defaults to 10)

    weekStart?: string

    Start of plenary week (Monday, YYYY-MM-DD). If omitted, uses most recent Monday.