How to find extract error details via the rest api?

blair
blair Newcomer

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"

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @blair

    Is there a ReportExtractionId in the response?

    If yes, I think you can use the ReportExtractionId to get a note file.