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.
list(
query: IssueListParams | null | undefined = {},
options: RequestOptions
): PagePromise<IssuesOffsetPaginationIssues, Issue>| Name | Type | Description |
|---|---|---|
query | IssueListParams | null | undefined | Default: {} |
options | RequestOptions |