# Default tracker store

**URL:** https://forum.rasa.com/t/default-tracker-store/19821
**Category:** Rasa Open Source
**Created:** [October 15, 2019, 10:13am UTC](https://forum.rasa.com/t/default-tracker-store/19821 "2019-10-15T10:13:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![talhashaikh5](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/talhashaikh5/32/5405_2.png) [@talhashaikh5](https://forum.rasa.com/u/talhashaikh5)
#### Post date: [October 15, 2019, 10:24am UTC](https://forum.rasa.com/t/default-tracker-store/19821/2 "2019-10-15T10:24:39Z")

</div>

You can get the whole Conversation by using this API `http://localhost:5005/conversations/{replace_with_sender_id}/tracker`

There is no way to get the conversation in the action.py program by using the tracker object. you can use request.get() method and get the whole conversation as a JSON response.

---

_[View the full topic](https://forum.rasa.com/t/default-tracker-store/19821)._
