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

    Interface BenchmarkJobListParams

    interface BenchmarkJobListParams {
        include_total_count?: boolean;
        limit?: number;
        name?: string;
        starting_after?: string;
    }
    Index

    Properties

    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.

    limit?: number

    The limit of items to return. Default is 20. Max is 5000.

    name?: string

    Filter by name

    starting_after?: string

    Load the next page of data starting after the item with the given ID.