Get Instagram comment
instagram_get_commentRetrieve a single Instagram comment by ID, including hidden state, parent/media context, and inline replies. Use to inspect comment details and moderation status.
Instructions
Fetch a single comment by id, including its moderation state (hidden), parent/media context, and inline replies. Comment text and usernames are returned as fenced, untrusted text. Fields Instagram does not disclose are omitted rather than nulled; a deleted comment returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Name of the configured account profile to operate as (multi-account). Omit to use the default profile (IG_ACTIVE_PROFILE). | |
| commentId | Yes | The Instagram comment id to fetch (e.g. an id from instagram_list_comments). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| media | No | ||
| hidden | No | ||
| replies | No | ||
| username | No | ||
| parent_id | No | ||
| timestamp | No | ||
| like_count | No |