Task<GridResults<LogDto>> GetExceptionLogs(
UserSessionData currentUser,
IReadOnlyList<FilterItem> filters,
IReadOnlyList<SortingItem> sorting,
ushort pageSize = 50,
ushort skip = 0,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the currentUser does not have the necessary ReviewLogs permission. |