Accessing tracker from InMemoryTrackerStore

How can I access the conversation history when the TrackerStore is set to the default InMemory?

I am aware how to retrieve a conversation tracker through apis, but with Redis for example, I was able to go into the database and access the tracker data. Can I access the tracker data with little to no additional code/ custom actions written?

Anne, i don’t understand very well, sorry You want to get conversation inside the default database (default endpoint.yml conf) ?

The memory database is an SQLite file, so you can query it like any other database.

Read more in the Python docs: https://docs.python.org/3/library/sqlite3.html