PUT
/
v0
/
workflows
/
{workflow_id}
/
jobs
/
{job_id}
/
tasks
/
{task_id}
/
download
Download Task
curl --request PUT \
  --url https://api.pixxel.space/v0/workflows/{workflow_id}/jobs/{job_id}/tasks/{task_id}/download \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "job_id": "<string>",
  "workflow_id": "<string>",
  "status": "<string>",
  "signed_url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workflow_id
string
required

Unique ID for the workflow to download from

job_id
string
required

Specific job execution ID within the workflow

task_id
string
required

Target task ID containing assets to download

Response

200
application/json

OK

The response is of type object.