When I make a large Intraday On-Demand request in DSS (Intraday snap) I get a 202 response with a header containing the URL to poll. This is fine. I can get the full results when ready, i.e. after a 200 response to the polling URL. But I cannot find how to get the Notes for a DSS extraction after I get a 202 response.
The example calls I have made are using the Postman examples from the DSS REST API Downloads section on the Developer Portal. Normally I would use ExtractWithNotes, as per the informative article here: https://developers.refinitiv.com/article/dss-extract-endpoint-obsolescence, but I cannot seem to use ExtractWithNotes on a particular extraction Job Id, i.e. the one from the polling URL. Have I missed something?
Two calls that work for the data result are below (the Job Ids are old ones just for illustration), but they do not have the Notes detail. I want the Notes because of the valuable extraction performance information they contain, as per the article referenced above.
{ {protocol}}{ {host}}{ {api}}/Extractions/RawExtractionResults('0x06de134e80511a40')/$value
OR
Thank you.