Returns a paginated page of dataset examples with runs from the requested.
func (
r *DatasetExperimentRunService) Query(ctx context.Context,
datasetID string,
body DatasetExperimentRunQueryParams,
opts ...option.RequestOption) (res *pagination.ItemsCursorPostPagination[DatasetExperimentRunQueryResponse],
err error
)Returns a paginated page of dataset examples with runs from the requested
experiments. Response uses the canonical {items, next_cursor} envelope.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
datasetID* | string | |
body* | DatasetExperimentRunQueryParams | |
opts* | ...option.RequestOption |