get https://api.zeal.com/reports/downloads
If the job has been successfully completed and the status == 'complete', then this endpoint can be called with the job ID to return a URL that will point to the downloaded data.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | link for Document Download if status is complete |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |