API - List of all conversations

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.

If there’s another way let me know.

Thanks Alan

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.

I’m using the InMemoryTrackerStore. I’m using a userid as the identifier. We have a finite user list, but its a pain to access the list.