Returns one run within the trace identified by the share token.
func (
r *PublicRunService) Get(ctx context.Context,
shareToken string,
runID string,
params PublicRunGetParams,
opts ...option.RequestOption) (res *Run,
err error
)Returns one run within the trace identified by the share token. The request supplies only the run ID and that run's exact start_time coordinate.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
shareToken* | string | |
runID* | string | |
params* | PublicRunGetParams | |
opts* | ...option.RequestOption |