Pixxel

Download Job

Creates a download package containing the specified input and output files from a job run of a workflow.

PUT/v0/workflows/{workflow_id}/jobs/{job_id}/download
Authorisations
AuthorizationString
Path Parameters
workflow_idstringrequired
Unique ID of the workflow to download assets from
job_idstringrequired
Specific job ID within the workflow from which to create download package
Response
application/json
OK
idstring
Unique identifier of the insight
statusstring
Current status of the download operation
signed_urlstring
URL where the packaged assets can be downloaded from
workflowIdstring
WorkflowId of the Job
Download Job
1curl -X PUT 'https://api.pixxel.space/v0/workflows/{workflow_id}/jobs/{job_id}/download' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"id": "string",
"status": "string",
"signed_url": "string",
"workflowId": "string"
}