Get a job
Retrieve status, progress, and result URL for a single job.
Path parameters
Job ID returned by POST /v1/jobs.
Response
Job details.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"model": "flare",
"scale": 4,
"original_filename": "photo.jpg",
"result_url": "https://cdn.upres.ai/results/abc123.png"
}Changes
Changed in 1 of the 2 revisions of this API.197
- ▲
the response property
original_filenamebecame nullable for the status200response-property-became-nullable
- ●
added the new
canceledenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
downloadingenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
flareenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
lumenenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
mirageenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
motionenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
motion-xenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
prismenum value to themodelresponse property for the response status200response-property-enum-value-added
- ●
added the new
uploadingenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
issuesto the response with the401statusresponse-optional-property-added
- ○
added the optional property
issuesto the response with the404statusresponse-optional-property-added
- ○
the response property
errorbecame required for the status200response-property-became-required
- ○
the response property
original_filenamebecame required for the status200response-property-became-required
- ○
the response property
result_urlbecame required for the status200response-property-became-required
- ○
added the required property
frames_doneto the response with the200statusresponse-required-property-added
- ○
added the required property
frames_totalto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲