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

    Interface RunListParams

    interface RunListParams {
        starting_after?: string;
        limit?: number;
        benchmark_run_id?: string;
        include_total_count?: boolean;
        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

    include_total_count?: boolean

    If true (default), includes total_count in the response. Set to false to skip the count query for better performance on large datasets.

    name?: string

    Filter by name

    scenario_id?: string

    Filter runs associated to Scenario given ID

    state?: string

    Filter by state