Wait for asset processing to complete
GET/iguides/:iguideId/assets/:assetName/waitForProcess
Wait for processing of an uploaded asset file to complete. This operation is blocking. If the background job is not complete, it will abort with a timeout error code, and then you need to retry.
Requires scope: iguide.read.
Request
Responses
- 200
- 204
- 403
- 404
- 500
- 581
A task failed. The body carries jobError
Every task finished successfully. No body
Not permitted to read this resource
No matching job, or the job was superseded by a newer one
The wait itself failed
The server waited its full two minutes and the job is still running. Reconnect