Tweet Conversation API
Fetch replies and conversation context for a Twitter/X post with cursor pagination.
Common use case
Measure community reaction, support questions, objections, and follow-up signals.
Query parameters
countMaximum replies requested for the page.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/tweets/20/conversation?count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.