Default tracker store

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.