ListPackageReports
A paginated feed of reports. The default order is ascending (oldest change first) for incremental pull. For newest-first browsing, passSORT_ORDER_DESCENDING.
Request fields:
All filters combine with AND. The feed includes withdrawn reports by default, so you learn about retractions.
Response:
packageReports (an array of PackageReport) and pagination.
GetPackageReport
Fetch one report by its permanent id, with its package, indicators, and campaign links. Request:reportId (string). Response: packageReport (a PackageReport). An unknown id returns not_found.

