ISPO SDK
    Preparing search index...

    Interface AgentSessionQuery

    Markdown
    interface AgentSessionQuery {
        limit?: number;
        projectId?: string;
        status?: AgentSessionStatus;
    }
    Index
    limit?: number
    projectId?: string