Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ListDebugEventsOptions

    interface ListDebugEventsOptions {
        agentId: string;
        dimension?: string;
        eventType?: string;
        limit?: number;
        questionId?: string;
        workspace?: string;
    }

    Hierarchy

    Index
    agentId: string
    dimension?: string
    eventType?: string
    limit?: number
    questionId?: string
    workspace?: string