Get all sessions.
func (
r *SessionService) List(ctx context.Context,
params SessionListParams,
opts ...option.RequestOption) (res *pagination.OffsetPaginationTopLevelArray[TracerSession],
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
params* | SessionListParams | |
opts* | ...option.RequestOption |