Skip to content

Get project inventories for the given scan-agent or scan-server alias

Request

Returns all inventories of the project associated with the given scan-agent or scan-server alias

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
aliasstringrequired

Alias of scan-server or scan-agent (Example: generic-plugin-test)

Query
limitinteger, (int64), >= 1

Page Size. Number Of Records to fetch per page

Default:25
offsetinteger, (int64), >= 1

Page Number. Index of the page to start with(starts from 1)

Default:1
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/inventories/{alias}?limit=25&offset=1' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK