get_comments
Retrieve comments from an Instagram post, including text, username, timestamp, like count, and replies. Use comment IDs for replying, hiding, or deleting.
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 |
|---|---|---|---|
| media_id | Yes | Media ID from list_recent_media | |
| limit | No | Max comments to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |