@qtsurfer/api-client
    Preparing search index...

    Type Alias ExecuteSweepResult

    type ExecuteSweepResult = {
        leaderboard: SweepRunRow[];
        leaderboardSize: number;
        objective: "sharpe" | "sortino" | "pnl" | "maxdd";
        order: "ranked" | "natural";
        progress: SweepProgress;
        status: "RUNNING" | "COMPLETED" | "PARTIAL" | "CANCELLED";
        sweepId: string;
        truncated: boolean;
    }
    Index
    leaderboard: SweepRunRow[]
    leaderboardSize: number

    Total result rows currently available.

    objective: "sharpe" | "sortino" | "pnl" | "maxdd"
    order: "ranked" | "natural"
    progress: SweepProgress
    status: "RUNNING" | "COMPLETED" | "PARTIAL" | "CANCELLED"
    sweepId: string
    truncated: boolean

    True only when the ranked view exceeds its display limit.