I've seen this question, but the answers are a bit of a mess: outdated, focused on various libraries' capabilities, and/or not clear about whether they apply to old tweets.
I'm trying to look up replies to historical tweets (months or years old). I want to know if it's theoretically possible to use the Twitter API to directly or indirectly find those replies. At first glance, the conversation_id
introduced in v2 seems intended for things like this, but the only way I've found to use it is in the recent search endpoint, which only goes back 7 days. This is nearly useless for me.
The closest I've got is to look up tweets from the original author's timeline and look for ones in the same conversation. But that's limited to their most recent 3,200 tweets, and won't find replies from other people.
FYI, I'm only interested in the endpoints available to the general public for free, not the Academic or Enterprise ones. I think this is called the Standard product track (Basic access level).