fermioniq.client.Client.get_job_data_download_url#
- Client.get_job_data_download_url(job_id: str) SasUrlResponse#
 Returns a download url for retrieving the job data package.
The link is valid for 1 hour, then it must be retrieved again.
- Parameters:
 - job_id
 The ID of the job to retrieve the download link for.
- Returns:
 - download_url
 A SasUrlResponse object containing the download link.