read_object_store_file_download_url
Retrieve a download URL to access files in your QuantConnect Object Store using your organization ID and the download job ID.
Instructions
Get the URL for downloading files from the Object Store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Id of the job, which you can use to request a download URL. | |
| url | No | The URL to download the object. This can also be null. To download the object, paste the full URL (including the URL parameters) into a browser. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |