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

    Interface BenchmarkListPublicParams

    interface BenchmarkListPublicParams {
        starting_after?: string;
        limit?: number;
        include_total_count?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    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.