ig_get_replies
Retrieve replies to a specific Instagram comment using its comment ID. Supports pagination and field selection.
Instructions
Get replies to a specific comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for next page | |
| limit | No | Number of replies to return | |
| before | No | Pagination cursor for previous page | |
| fields | No | Comma-separated fields (default: id,text,username,timestamp,like_count,hidden,from) | id,text,username,timestamp,like_count,hidden,from |
| comment_id | Yes | Comment ID to get replies for |