Skip to content

Get details of an inventory

Request

Get details of an inventory.

Security
bearerAuth
Path
inventoryIdinteger, (int64)required

ID of the Inventory

Example:1
Query
skipVulnerabilitiesboolean

If true , hide vulnerabilty details

Default:false
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/inventories/1?skipVulnerabilities=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK