Where is Rasa Conversation get stored once I host it on cloud?

I want to show my client the conversation details of each client on a dashboard. How can I fetch the conversation details?

How about tracker data? you can get it by http://localhost:5005/conversations/{conversation_id}/tracker more about the api in rasa by the doc To make sure all api can access, you need use rasa run --enable-api

How do you access the {conversation_id} ?