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

    Interface ScenarioRunsCursorIDPageParams

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

    Properties

    starting_after?: string
    limit?: number