Creates a download package containing the specified input and output files from a job run of a workflow.
cURL
curl --request PUT \ --url https://api.pixxel.space/v0/workflows/{workflow_id}/jobs/{job_id}/download \ --header 'Authorization: <api-key>'
{ "id": "<string>", "status": "<string>", "signed_url": "<string>", "workflowId": "<string>" }
Unique ID of the workflow to download assets from
Specific job ID within the workflow from which to create download package
OK
Unique identifier of the insight
Current status of the download operation
URL where the packaged assets can be downloaded from
WorkflowId of the Job