The RESTAPI for `Extractions` are not working properly.
I expect to get all extractions back with this endpoint "https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ReportExtractions", however, I am only getting the `Completed` executions, but not the `Running` or `Pending` ones.
I have also tried "https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ReportExtractionGetPendingOrProcessing", expecting getting `Pending` and `Processing` extractions, but I got nothing when there're a dozen of `Processing` and `Pending` extractions.
The only way to get extraction back is via "https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ReportExtractions('{job_id}')", however it is not ideal when there are a long list of extraction.
Can you tell me how to get the `Pending` and `Processing` extractions in one request? the API reference is not helpful.