Get a specific run.
func (
r *RunService) GetV1(ctx context.Context,
runID string,
query RunGetV1Params,
opts ...option.RequestOption) (res *RunSchema,
err error
)Get a specific run.
Deprecated: Deprecated: use RetrieveV2 instead, which calls /api/v2/runs/{run_id}. See https://docs.langchain.com/langsmith/smithdb-sdk-migration#runs-retrieve for the migration guide. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
query* | RunGetV1Params | |
opts* | ...option.RequestOption |