comments_list
Retrieve all comments for a specific Voog article using its ID. Read-only access to comment details including author, body, and spam status.
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) |