Exporting the conversations.
# 🤝help
g
Hello all, I have been trying to export the conversations using axios. I am running into the issue I can only see 20 messages per conversation. However, I know these conversations to be longer than 20 messages. How can I extract the full conversation?
w
If you are using the transcript variable, have you tried increasing the max settings in your agent @gray-napkin-43750?
g
I am not using the transcript variable. I am using the Botpress API to export conversations. As explained here: https://botpress.com/docs/cloud/exporting-bot-data/exporting-conversations/with-the-api/
The transcript is not an option for me - or at least not a good option - since I expect the conversations to be longer than the maximum amount of 100 transcript-lines.