comments_list
List all comments for a Voog article by providing its article ID. Returns author, body, email, spam status, and creation date for each comment.
Instructions
List comments on an article (GET /articles/{article_id}/comments). Returns the full Voog comment shape (id, author, body, email, is_spam, created_at). Use article_id from articles_list. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| article_id | Yes | Voog article id (from articles_list) |