Returns runs for a trace ID within min/max start time.
func (
r *TraceService) ListRuns(ctx context.Context,
traceID string,
params TraceListRunsParams,
opts ...option.RequestOption) (res *TraceListRunsResponse,
err error
)Returns runs for a trace ID within min/max start time. Optional filter;
repeatable selects to select fields to return.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
traceID* | string | |
params* | TraceListRunsParams | |
opts* | ...option.RequestOption |