Check Rasa Slots from Postman

Hi there, how can I check the values of Slots via Postman? I checked the Rasa Postman workspace but did not find anything to do this

The postman workspace found here basically copies the HTTP spec on our docs found here.

It seems that this tracker endpoint is what you need.

1 Like

@koaning thanks thats helpful; I tried this on Postman http://localhost:5005/conversations/{conversation_id}/tracker

But my 200 response has everything as null. I wonder if I need to specify the conversation_id? If yes, how can I retrieve it and then send the appropriate GET request?