Hi
Can I assume that the conversation_id is in fact the original tweet ‘id’ or is that just a coincidence with some of the tweets.

Thanks in advance.

conversation_id is the id of an original tweet. Any tweet that’s not a reply, will have the conversation_id equal it’s own id, but if a tweet is a reply to an original tweet, or a reply to a reply, they will have the conversation_id of the original tweet - Conversation ID | Docs | Twitter Developer Platform

2 Likes