List top comments within a specific ConversationAsk AIget https://api.openweb.com/engagement-api/top-comments-conversationRetrieve the top Conversation comments from all timeHeadersx-api-keystringrequiredUnique OpenWeb engagement tokenFollow these steps to obtain the engagement token:From your OpenWeb Admin Dashboard, click Settings.Under Authentication Tokens, copy the Engagement value.NOTE: This value must not be exposed to users.x-conversation-idstringrequiredUnique identifier for the Conversation or thread Use one of these approaches to obtain this value: Article Card From your OpenWeb Admin Panel, click Moderation > Articles. Search for a comment associated with the Conversation. On the comment card, click More > Copy conversation ID to clipboard. Code Locate the spot ID. Contact your OpenWeb representative if you do not know this value. Identify the post ID. This is the unique article identifier assigned to the article page when it is created. Concatenate the spot ID and postID with an underscore spotID_postID Comment Card From your OpenWeb Admin Panel, click Moderation > Comments. Search for a comment associated with the Conversation. On the comment card, click More > Copy conversation ID to clipboard. NOTE: Only one of the x-post-id or x-conversation-id is required. If both values are included in the header, x-post-id will be used and x-conversation-id will be ignored.x-post-idstringrequiredUnique article identifier that is specific to the article page The ideal post ID has the following characteristics: Aligns with the URL slug (an-article-title) or article ID (14325) Is less than 50 characters, ideally 15 characters Uses a combination of letters, numbers, dashes (-), or hyphens (_) Except for the regex [^\w\s\-\:\.\$\~], does not include special characters NOTE: Only one of the x-post-id or x-conversation-id is required. If both values are included in the header, x-post-id will be used and x-conversation-id will be ignored.x-spot-idstringrequiredSpot ID of the partnerx-countintegerDefaults to 10Number of comments to returnResponse 200Example responseUpdated 5 months ago