HTTP API GET Tracker Doesn't work

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.

did you run the server with --enable-api?

yes i did, still not working

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?

sorry for late reply, I was confused about the --enable-api … it fixed my problem thanks a lot.

1 Like

No worries! Glad you got it fixed :slight_smile: