get_comments
Get all comments on an Instagram post, including text, author, timestamp, like count, and replies. Provides comment IDs for replying, hiding, or deleting comments.
Instructions
List comments on a post.
Returns id, text, username, timestamp, like_count, and replies (if any). Use the comment IDs with reply_to_comment, hide_comment, or delete_comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max comments to return | |
| media_id | Yes | Media ID from list_recent_media |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |