Updated API – New outputs listing endpoint in the Reports API
A new Reports API endpoint is now available:
GET:/v1/reports/{id}/outputs
: This returns a list of outputs produced for the given report request. The outputs are generated asynchronously and are only complete when the status of the report request isdone
,failed
, oraborted
.
For more information, see the Reports API reference.