How can I retreive conversation history for my mobile app using RASA X?

I want to maintain session in my mobile app chat and also show user previous chat history for that I have to retreive chat history against sender_id? What should be the url, I am hitting this url but getting no response.

https://domain/conversations/de94b6f28646403d856e5126f36d5416/tracker @nik202

@Abdur-Rub you need to see the tracker store or database in rasa x.

Is there any API we can call to retreieve tracker information against sender id why using RASA X?

@Abdur-Rub means?

I have chatbot deployed with RASA X. now I want to integrate that chatbot into my android app. how can i show user its chat history for that I have to retreive conversation history against that user id. So is there any way I can call Rasa open source apis in rasa x? @nik202