read_object_store_file_download_url
Generate a secure download URL to access files stored in QuantConnect's Object Store for algorithmic trading data retrieval.
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 |
|---|---|---|---|
| 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. | |
| jobId | No | Id of the job, which you can use to request a download URL. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |