Per the documentation, create replica can be called using
manager.create(title,ids,layer_queries=export_params, return_attachments=True, attachments_sync_direction = None, sync_direction=None, data_format='filegdb',asynchronous=True)
The response from this call is a job URL
How do you manage this process of monitoring the job for completion and then downloading the result?
I could use urllib3 requests but looking for a cleaner method