I'm having difficulty getting the context of a post [the full thread/all replies]. I can only get direct replies to a post, not all replies including descendants/children-of-children. What is the difference between these three? It says "no description provided" in the documentation.
https://misskey.io/api-doc#operation/notes/children
https://misskey.io/api-doc#operation/notes/conversation
https://misskey.io/api-doc#operation/notes/replies
From the name I assumed /notes/conversation would give the whole thread [including children-of-children] but it only returned a blank array to me during testing, it seems to go backwards to check for parents. Is it possible to get a whole thread from the API? It would be very inefficient to do 1 API call to get 4 replies and then 4 calls to get 2+1+4+3 replies and then 10 calls to get deeper replies [and so on].