Retrieve conversation history with API

I want to extract all previous intents, responses and confidence scores in a conversation with API, however this endpoint seems to be my only option http://localhost:5005/conversations/{conversation_id}/story, where I can only get the intents. Is there any other way of getting this information with API?

Hey Heineaabo,

I will suggest you to use tracker store using any database like mongo db ,pl sql. Here you can get all kind of information. You can fetch all kind of information using tracker store. You can create one API to fetch desired data which is as much as simple the API. [http://localhost:5005/conversations/{conversation_id}/story].

I gone through the same I have fetched the conversation data like confidence, intent, user input etc

I hope above will help you.

1 Like