ghl_social_get_comment_list
Retrieve comments for social media posts or threads with pagination, sorting, date filtering, and keyword search.
Instructions
List comments for a post or thread
Paginated list of comments scoped to a post (parentId = postId) or a comment thread (parentId = commentId). Use skip/limit for pagination, sortBy for ordering, originIds to filter by connected account, and search for keyword search.
Endpoint: POST /social-media-posting/comments/{platform}/list (Version header: v3; source: v3/social-planner-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| platform | Yes | Supported Comments Platforms | |
| locationId | Yes | Location ID |