Get all runs for a cluster job, optionally filtered by cluster.
func (
r *SessionInsightService) GetRuns(ctx context.Context,
sessionID string,
jobID string,
query SessionInsightGetRunsParams,
opts ...option.RequestOption) (res *SessionInsightGetRunsResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
sessionID* | string | |
jobID* | string | |
query* | SessionInsightGetRunsParams | |
opts* | ...option.RequestOption |