hossa95
(Hossa95)
September 3, 2019, 12:07pm
1
Hello there,
I am trying to get the conversation tracker using this API mentioned on the docs
http://localhost:5005/conversations/{conversation_id}/tracker
but i always get Error: Requested URL /conversations/{id}/tracker not found
it seems reasonable sense when i run the server only 4 available web server routes are their and all for webhooks.
the question here: how can I add the API to the enabled apis so i can call it and retrieve the tracker of certain conversation.
erohmensing
(Ella Rohm-Ensing)
September 10, 2019, 11:19am
2
did you run the server with --enable-api
?
hossa95
(Hossa95)
September 10, 2019, 11:54am
3
yes i did, still not working
erohmensing
(Ella Rohm-Ensing)
September 10, 2019, 12:50pm
4
Can you post both of the commands you’re running to try to run the server and then query the tracker? Are you sure that the tracker you are querying exists?
hossa95
(Hossa95)
September 15, 2019, 9:43am
5
sorry for late reply, I was confused about the --enable-api
… it fixed my problem thanks a lot.
1 Like
erohmensing
(Ella Rohm-Ensing)
September 16, 2019, 8:12am
6
No worries! Glad you got it fixed