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

    Interface BenchmarkDefinitionsParams

    interface BenchmarkDefinitionsParams {
        limit?: number;
        starting_after?: string;
    }
    Index

    Properties

    limit?: number

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

    starting_after?: string

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