@runloop/api-client - v1.4.0
    Preparing search index...

    Interface BenchmarkRunListScenarioRunsParams

    interface BenchmarkRunListScenarioRunsParams {
        starting_after?: string;
        limit?: number;
        state?:
            | "timeout"
            | "running"
            | "completed"
            | "failed"
            | "canceled"
            | "scoring"
            | "scored";
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    state?:
        | "timeout"
        | "running"
        | "completed"
        | "failed"
        | "canceled"
        | "scoring"
        | "scored"

    Filter by Scenario Run state