Returns the URL to view a specific run in the LangSmith UI.
func (
r *RunService) GetURL(ctx context.Context,
runID string,
query RunGetURLParams,
opts ...option.RequestOption) (res *RunGetURLResponse,
err error
)Returns the URL to view a specific run in the LangSmith UI. The caller must supply the run's project_id and trace_id as query parameters; start_time is optional.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
query* | RunGetURLParams | |
opts* | ...option.RequestOption |