cURL
curl --request GET \ --url https://api.prd.rad.security/accounts/{account_id}/inventory_packages \ --header 'Authorization: <api-key>'
{ "entries": [ { "critical_count": 123, "high_count": 123, "id": "<string>", "images_count": 123, "in_use": true, "low_count": 123, "medium_count": 123, "name": "<string>", "negligible_count": 123, "total_vulerabilities_count": 123, "unspecified_count": 123, "version": "<string>" } ], "has_more": true, "total_count": 123 }
List inventory packages
Account ID
Sort details in format: field:asc|desc. Default: name:asc
Search phrase
Maximum number of results to return. Default: 100
Number of results to skip. Default: 0
Filters in format: key1:value1,key2:value2
OK
Show child attributes