Returns a paginated page of dataset examples with runs from the requested
experiments. Response uses the canonical {items, next_cursor} envelope.
query(
datasetID: string,
body: ExperimentRunQueryParams,
options: RequestOptions
): PagePromise<ExperimentRunQueryResponsesItemsCursorPostPagination, ExperimentRunQueryResponse>| Name | Type | Description |
|---|---|---|
datasetID* | string | |
body* | ExperimentRunQueryParams | |
options | RequestOptions |