How to get Bulk messages from conversation

I am using the below method

PureCloudPlatformClientV2.ConversationsApi().get_conversation({conversationId})

to get all the messages from participants. i have around 70k-80k conversations per day and i am iterating one by one which is taking long time. Is there a way or an API to get the data in bulk.

Thank you for any assistance.