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

    Interface AuditFilter

    Filter for querying audit log entries.

    interface AuditFilter {
        action?: string;
        since?: Date;
        until?: Date;
        userId?: string;
    }
    Index

    Properties

    action?: string

    Restrict to a specific action name

    since?: Date

    Include only entries on or after this date

    until?: Date

    Include only entries on or before this date

    userId?: string

    Restrict to a specific user ID