Vulnerabilities & ImagesGet Accounts Account_id Inventory_packages

GET /accounts/{account_id}/inventory_packages

List inventory packages

curl -X GET "https://api.rad.security/accounts/example_string/inventory_packages?sort=example_string&q=example_string&limit=42&offset=42&filters=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "entries": [
    {
      "critical_count": 10,
      "high_count": 10,
      "id": "example_string",
      "images_count": 25,
      "in_use": true,
      "low_count": 10,
      "medium_count": 10,
      "name": "John Doe",
      "negligible_count": 10,
      "total_vulerabilities_count": 10,
      "unspecified_count": 10,
      "version": "example_string"
    }
  ],
  "has_more": true,
  "total_count": 10
}
GET
/accounts/{account_id}/inventory_packages
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

query
sortstring

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

query
qstring

Search phrase

query
limitinteger

Maximum number of results to return. Default: 100

query
offsetinteger

Number of results to skip. Default: 0

query
filtersstring

Filters in format: key1:value1,key2:value2

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Query Parameters

sortstring

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

qstring

Search phrase

limitinteger

Maximum number of results to return. Default: 100

offsetinteger

Number of results to skip. Default: 0

filtersstring

Filters in format: key1:value1,key2:value2

Responses

entriesarray
has_moreboolean
total_countinteger