Is there an API that you can submit bulk conversation id's (say 100 at a time) that will return the recordings available for that conversation id.
I know the below api gives me the information I am looking for (recording state/media type) however I want to run multiple conversation ids at a time as 1 by 1 takes a long time based on the volume I have.
GET - /api/v2/conversations/{conversationId}/recordings
Any help is appreciated.
thank you