RASA - HTTP API Endpoints Config get call is not working

http://localhost:5000/config Status Code : 404

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

Which version of rasa nlu?

NLU: 0.14.3

weird, you are using the latest version.

Did you try to curl? are other requests working?

try this curl localhost:5000/config | python -mjson.tool

In the RASA NLU version 0.13.1 we have localhost:5000/config endpoint. In version 0.14.3 its not there. but I am wondering that it is there in the documentation . :smiley:

I got to know after checking the Python file https://github.com/RasaHQ/rasa_nlu/blob/master/rasa_nlu/server.py

Thank you for the help @souvikg10…!

Can you raise an issue linked to this… I guess that will help clarify what needs to be updated

Sure I will raise a Bug.