When to Use This Endpoint
Use this endpoint to:- Retrieve a raw list of detected components for inventory management.
- Verify if a specific library version exists in your binary file.
Request
Endpoint| Parameter | Required | Description |
|---|---|---|
productId | ✅ | Product ID |
imageId | ✅ | Image ID |
scanId | ✅ | Scan ID |
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Example Request
Response
| Field | Description |
|---|---|
name | Component name |
version | Detected version (optional) |
cpe | Common Platform Enumeration string (optional) |