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