Skip to main content
GET
/
api
/
v4
/
products
/
{productId}
/
images
{
  "images": [
    {
      "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
      "name": "<string>",
      "version": "<string>",
      "createTime": "2024-01-01T01:00:00Z",
      "author": {
        "userId": "<string>",
        "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
        "createTime": "2024-01-01T01:00:00Z",
        "email": "[email protected]",
        "status": "active",
        "resourceType": "Org"
      },
      "parent": "<string>",
      "files": [
        {
          "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
          "createTime": "2024-01-01T01:00:00Z",
          "author": {
            "userId": "<string>",
            "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
            "createTime": "2024-01-01T01:00:00Z",
            "email": "[email protected]",
            "status": "active",
            "resourceType": "Org"
          },
          "filename": "<string>",
          "isAttachment": false,
          "downloadUrl": "<string>",
          "parent": "<string>",
          "metadata": {}
        }
      ],
      "scans": [
        {
          "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
          "createTime": "2024-01-01T01:00:00Z",
          "author": {
            "userId": "<string>",
            "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
            "createTime": "2024-01-01T01:00:00Z",
            "email": "[email protected]",
            "status": "active",
            "resourceType": "Org"
          },
          "parent": "<string>",
          "latestScanState": {
            "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
            "type": "new",
            "createTime": "2024-01-01T01:00:00Z",
            "parent": "<string>",
            "author": {
              "userId": "<string>",
              "id": "<unknown>",
              "createTime": "2024-01-01T01:00:00Z",
              "email": "[email protected]",
              "status": "active",
              "resourceType": "Org"
            },
            "source": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
          }
        }
      ],
      "latestScan": {
        "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
        "createTime": "2024-01-01T01:00:00Z",
        "author": {
          "userId": "<string>",
          "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
          "createTime": "2024-01-01T01:00:00Z",
          "email": "[email protected]",
          "status": "active",
          "resourceType": "Org"
        },
        "parent": "<string>",
        "latestScanState": {
          "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
          "type": "new",
          "createTime": "2024-01-01T01:00:00Z",
          "parent": "<string>",
          "author": {
            "userId": "<string>",
            "id": "<unknown>",
            "createTime": "2024-01-01T01:00:00Z",
            "email": "[email protected]",
            "status": "active",
            "resourceType": "Org"
          },
          "source": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
        }
      },
      "isArchived": true,
      "counts": {
        "newEscalationsCount": 123,
        "dependenciesCount": 123,
        "cryptographicAssetsCount": 123,
        "findingTypeCounts": [
          {
            "type": "knownVulnerability",
            "count": 123
          }
        ],
        "kev": 123,
        "expiredCertificatesCount": 123,
        "unsafeFunctionsCount": 123
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string<ulid>
required

Product ID

Required string length: 26
Example:

"01ARZ3NDEKTSV4RRFFQ69G5FAV"

Response

success

images
object[]
required