Hello,
I am currently using the Python SDK to archive recordings, but I have encountered a problem when I want to obtain the recording ids of the recordings, these ids take time to load, I have not been able to understand what I should use to wait for this load, could you help me?
I am using these APIs:
post_analytics_conversations_details_query
get_conversation_recordings --> this is where I should expect the recordings id to arrive, but I don't understand how to make it wait
put_conversation_recording
Thank you, and I appreciate your help!