Метод Comment.isResolved
Метод возвращает значение True, если комментарий принят.
Пример
comments = document.getRange().getComments()
commentsEnumerator = comments.getEnumerator()
for comment in commentsEnumerator:
print(comment.isResolved())