Query Runs.
func (
r *RunService) QueryV1(ctx context.Context,
body RunQueryV1Params,
opts ...option.RequestOption) (res *pagination.CursorPagination[RunSchema],
err error
)Query Runs
Deprecated: Deprecated: use QueryV2 instead, which calls /api/v2/runs/query. See https://docs.langchain.com/langsmith/smithdb-sdk-migration#runs-query for the migration guide. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | RunQueryV1Params | |
opts* | ...option.RequestOption |