Get a specific run.
func (
r *RunService) Get(ctx context.Context,
runID string,
query RunGetParams,
opts ...option.RequestOption) (res *RunSchema,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
runID* | string | |
query* | RunGetParams | |
opts* | ...option.RequestOption |