Alpha: The request and response contract may change; Returns one run by ID.
func (
r *RunService) GetV2(ctx context.Context,
runID string,
params RunGetV2Params,
opts ...option.RequestOption) (res *Run,
err error
)Alpha: The request and response contract may change; Returns one run by ID
for the given session and start_time. Use the selects query parameter
(repeatable) to select fields to return.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
params* | RunGetV2Params | |
opts* | ...option.RequestOption |