/v1/asset-uploads/:jobId

GET {{baseUrl}}/v1/asset-uploads/:jobId

Get the result of an asset upload job that was created using the Create asset upload job API.

You might need to make multiple requests to this endpoint until you get a success or failed status.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"job":{"id":"\u003cstring\u003e","status":"in_progress","error":{"code":"file_too_big","message":"\u003cstring\u003e"},"asset":{"created_at":"\u003clong\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","tags":["\u003cstring\u003e","\u003cstring\u003e"],"updated_at":"\u003clong\u003e","import_status":{"state":"in_progress","error":{"code":"import_failed","message":"\u003cstring\u003e"}},"thumbnail":{"height":"\u003cinteger\u003e","url":"\u003cstring\u003e","width":"\u003cinteger\u003e"}}}}