Fetching Slot Values over requests

I know that a person can make POST request and obtain chatbot responses. However, is it possible to obtain the slot values being set by the chatbot using requests library of Python?

There is no special interface to obtain the slot values being set in a certain conversation.

BUT, you can get the tracker by the conversation id. AND, get slot values by parsing tracker!

rasa server api: Rasa & Rasa Pro Documentation

1 Like

Thank you for the response. I just now successfully obtained the conversation track. I was passing the wrong conversation_id. Realised it because of you. Thanks mate