Bulk User Export Download Link Expires Too Quickly Within Auth0
When using the Management API to generate a Bulk User Export job, the resulting download links appear to be valid for only 60 seconds, and a mechanism was not found at the moment to renew them if a download is missed.
This short validity period often leads to missed downloads and requires us to re-trigger the entire export job, which is inefficient.
When the Bulk User Export job is complete, the download link can be accessed by calling the Get a Job endpoint of the Management API and retrieving the URL from the "location" parameter as outlined in the Check Export Status section of the Bulk User Exports documentation.
This link is valid for 60 seconds; after this period, it will expire, and further attempts to call this URL will fail. After the 60 seconds have elapsed, if a new URL is required to download the export, call the Get a Job endpoint above to generate a new URL, which will be valid for 60 seconds: Find export data.
This can be performed as often as needed within 24 hours of the Bulk User Export job having been completed. After 24 hours have elapsed, all job-related data will be deleted and can no longer be accessed, as outlined in the Job Cleanup section of the Bulk User Exports documentation.