Read a comment thread live
get_comment_threadFetch a social media comment thread, using the live network as source of truth while matching what PlanVortex stored. Use for posts or Google Business reviews.
Instructions
Read a thread straight from the social network, reconciled with what PlanVortex stored — the network wins. Pass id_publication for a post, or id_account for a Google Business listing, whose reviews hang off the listing and not off any post. On X this costs one credit per reply returned. Telegram has no live read: its comments only exist in the PlanVortex inbox, so use list_comments there. Slack has no comment inbox at all — a Slack thread is not read by PlanVortex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | The opaque next_cursor from a previous call. Pass it back verbatim. | |
| id_account | No | A Google Business account, whose reviews hang off the listing. | |
| id_publication | No | The post whose thread to read. | |
| id_organization | No | The PlanVortex organization id. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| comments | Yes | ||
| next_cursor | No | ||
| credits_consumed | Yes |