Beta: This endpoint is in active development and may change without notice.
func (
r *IssueService) ListAutoPaging(ctx context.Context,
query IssueListParams,
opts ...option.RequestOption
) *pagination.OffsetPaginationIssuesAutoPager[Issue]Beta: This endpoint is in active development and may change without notice.
Returns issues for the authenticated tenant, optionally filtered by session, status, severity, tag, or last modified time.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
query* | IssueListParams | |
opts* | ...option.RequestOption |