Skip to main content
GET
/
v1
/
components
/
summary
Summarize components
curl --request GET \
  --url https://api.app.chainloop.dev/v1/components/summary \
  --header 'Authorization: Bearer <token>'
{
  "total": 0,
  "vulnerable": 6,
  "exploitable": 5,
  "fixable": 1
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

project_name
string

ProjectName is the name of the project to filter by

project_version_name
string

ProjectVersionName is the name of the project version to filter by

Response

A successful response.

Aggregate component counts

total
integer<int32>

Total number of distinct components in scope

vulnerable
integer<int32>

Components with at least one linked active finding

fixable
integer<int32>

Vulnerable components with at least one fixable finding

exploitable
integer<int32>

Vulnerable components whose linked finding is in the CISA KEV catalog