Is HA able to wait for a request and download a file automatically?

Hi, I’m creating a rest sensor which triggers a bulk export and produces a final URL, so that I’m able to download the file afterwards.
I can create a rest sensor for the trigger part, but is HA able to wait for final url (3-5 minutes) and then download the file (zip) somehow?

From their docs:
Triggers a bulk export of all documents in and their attachments. The endpoint returns a FileOperation that can be queried through the fileOperations endpoint to track the progress of the export and get the url for the final file.