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

    Interface RunListParams

    interface RunListParams {
        starting_after?: string;
        limit?: number;
        benchmark_run_id?: string;
        name?: string;
        scenario_id?: string;
        state?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    benchmark_run_id?: string

    Filter by benchmark run ID

    name?: string

    Filter by name

    scenario_id?: string

    Filter runs associated to Scenario given ID

    state?: string

    Filter by state