Using only the REST API and not the web console. How can I see the error message for a failed Scheduled Extract?
Using GET https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/Schedules('<scheduleId>')/CompletedExtractions
I can only see a status of Fail, but I can't see any error message that might tell me the cause of the issue.
"DetailedStatus": "Fail"