Returns a paginated list of runs for the given projects within min/max.
func (
r *RunService) QueryV2(ctx context.Context,
params RunQueryV2Params,
opts ...option.RequestOption) (res *pagination.ItemsCursorPostPagination[Run],
err error
)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 |