API referenceReports
List Asset Reports
Query Parameters
period_days?Period Days
Range
1 <= value <= 1825Default
30Response Body
application/json
application/json
curl -X GET "https://example.com/reports/assets"{ "items": [ { "asset_id": "string", "name": "string", "kind": "string", "target": "string", "last_scanned_at": "2019-08-24T14:15:22Z", "last_outcome": "string", "finding_count": 0, "proven_count": 0, "partial": false } ], "period_days": 0}