read_object_store_file_job_id
Create a download job to retrieve files from QuantConnect's Object Store using organization ID and file keys, then obtain the job ID for tracking.
Instructions
Create a job to download files from the Object Store and then read the job Id.
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. |