Returns a paginated list of runs for the given projects within min/max.
func (
r *RunService) QueryV2AutoPaging(ctx context.Context,
params RunQueryV2Params,
opts ...option.RequestOption
) *pagination.ItemsCursorPostPaginationAutoPager[Run]Returns a paginated list of runs for the given projects within min/max
start_time. Supports filters, cursor pagination, and selects to select fields
to return.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
params* | RunQueryV2Params | |
opts* | ...option.RequestOption |