Get Comment
get_commentRetrieve a comment's author, timestamp, and moderation flags by ID to check content before hiding or deleting.
Instructions
Read a single comment by ID, with its author, timestamp and moderation flags (can_hide / can_remove on Facebook, hidden on Instagram). Call this before hiding or deleting so the decision is made on the real text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields. Platform-specific default. | |
| platform | No | Which platform the ID belongs to. Leave unset to auto-detect from the ID shape: Facebook IDs are compound ("{page}_{object}"), Instagram IDs are a flat run of digits. | |
| comment_id | Yes | Comment ID. |