Skip to main content
GET
/
accounts
/
{account_id}
/
inventory_images
cURL
curl --request GET \
  --url https://api.prd.rad.security/accounts/{account_id}/inventory_images \
  --header 'Authorization: <api-key>'
{
  "entries": [
    {
      "clusters_count": 123,
      "containers_count": 123,
      "created_at": "<string>",
      "critical_count": 123,
      "digest": "<string>",
      "distro": "<string>",
      "distro_eol_date": "<string>",
      "distro_eol_status": "<string>",
      "has_chainguard_image": true,
      "high_count": 123,
      "highest_opportunity_score_change": 123,
      "name": "<string>",
      "packages_count": 123,
      "repo": "<string>",
      "scanned": true,
      "source": "<string>",
      "tags": [
        "<string>"
      ],
      "updated_at": "<string>",
      "upgrade_opportunities": [
        {
          "score": 123,
          "tag": "<string>",
          "total_count_changes": 123,
          "upgrade_type": "<string>",
          "vulnerability_count_changes": {
            "critical": 123,
            "high": 123,
            "low": 123,
            "medium": 123,
            "negligible": 123,
            "unspecified": 123
          }
        }
      ]
    }
  ],
  "has_more": true,
  "total_count": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string
required

Account ID

Query Parameters

sort
string

Sort details in format: field:asc|desc. Default: name:asc

q
string

Search phrase

limit
integer

Maximum number of results to return. Default: 100

offset
integer

Number of results to skip. Default: 0

filters
string

Filters in format: key1:value1,key2:value2

Response

OK

entries
object[]
has_more
boolean
total_count
integer