Query Runs.
func (
r *RunService) QueryV1AutoPaging(ctx context.Context,
body RunQueryV1Params,
opts ...option.RequestOption
) *pagination.CursorPaginationAutoPager[RunSchema]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 |