read_object_store_file_download_url
Read-only
Generate download URLs for accessing files stored in QuantConnect's Object Store, enabling retrieval of data for analysis or processing.
Instructions
Get the URL for downloading files from the Object Store.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON 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. |