I am trying to do delete some of the conversations in the Rasa X, just like this thread’s OP since it’s too heavy to load in the browser. I tried to call the Rasa X API by these lines of code:
However, the json data that I received is different from the one mentioned here: Rasa X HTTP API, but the JSON format mentioned in the legacy document here Conversations API. So I received a list of sender_id instead of conversation_id from the API url.
I already upgraded Rasa X to the latest version which is 0.31.5 but the result is still the same. Anyone can help? Thanks
I see that the correct format is the one that you mentioned. However, if I want to achieve what I wanted to do as in my original post, is there any way to do that? Or is there any solution to the long loading times (to the point it makes the chrome tab unresponsive) in the Rasa X GUI as my tracker store has a very large history for a day.