Get all clusters for a session.
func (
r *SessionInsightService) List(ctx context.Context,
sessionID string,
query SessionInsightListParams,
opts ...option.RequestOption) (res *pagination.OffsetPaginationInsightsClusteringJobs[SessionInsightListResponse],
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
sessionID* | string | |
query* | SessionInsightListParams | |
opts* | ...option.RequestOption |