Returns one run by ID for the given session.
func (
r *RunService) GetV2(ctx context.Context,
runID string,
params RunGetV2Params,
opts ...option.RequestOption) (res| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
params* | RunGetV2Params | |
opts* | ...option.RequestOption |
Returns one run by ID for the given session. Use the selects query parameter
(repeatable) to select fields to return.
Self-hosted deployments require LangSmith v0.16 or later.