Airflow automation of Auth0 export users - 403 error

Hi, I am trying to automate the export-users(bulk) through airflow.

I can get this working on my local. However, I have 2 problems

  1. How will I know when the job will be completed, in order to proceed to the next step of downloading?
  2. I get a 403 error when the link to download the file is generated. This error only appears on airflow and not when I run the job on my local computer. Is there any setting that I must do?

Any help on this would be great

Thanks