Hello,
Is there a way to retrieve all conversation IDs from the API. Ideally we could call /conversations and all the IDs would be returned. That would allow us to then iterate through all the conversations with the /conversations/{id}/tracker endpoint.
I don’t believe so – what tracker store are you using? I don’t think there’s an easy way to do it if you’re using the InMemoryTrackerStore, but if you’re using Mongo or SQL, you should just be able to query that database.