v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
Model Scanner SaaS
Model Scanner Hybrid

Get scan result summary

Returns aggregated summary information for a scan without file-level results.

get/scan/v3/results/{scan_id}/summary

Response

Successful response

has_genealogyboolean

if there is model geneaology info available

versionstring required

scanner version

$schema_versionstring

version of the scan report schema format

scan_idstring required

unique identifier for the scan

start_timestring date-time required

time the scan started

end_timestring date-time

time the scan ended

status'pending' | 'running' | 'done' | 'failed' | 'canceled' required

status of the scan

scan_errorstring[]

Error messages returned by the scanner

referenced_modelsstring[]

URLs of model artifact files referenced in a NIM container's model_manifest.yaml. Only present for NIM container scans.

Example response

{
  "inventory": {
    "model_name": "keras-tf-2025-05-27",
    "model_version": "1.0.0",
    "model_source": "adhoc",
    "requested_scan_location": "/files-to-scan",
    "file_location": "https://huggingface.co/meta-llama/Llama-3.1-8B",
    "provider_details": {
      "provider": "AWS_BEDROCK",
      "provider_model_id": "anthropic.claude-3-5-sonnet-20241022-v2:0"
    },
    "asset_id": "a1b2c3d4-5e6f-4a7b-8c9d-0e1f2a3b4c5d",
    "origin": "Hugging Face",
    "model_id": "00000000-0000-0000-0000-000000000000",
    "model_version_id": "00000000-0000-0000-0000-000000000000"
  },
  "intelligence": {
    "geographic_footprint": [
      "US",
      "GB"
    ],
    "country_of_origin": "US",
    "contributor_trust_level": "high",
    "licenses": [
      {
        "name": "Apache-2.0",
        "sha256": "abc123..."
      }
    ],
    "usage_policies": [
      {
        "name": "Commercial Use Allowed",
        "sha256": "def456..."
      }
    ]
  }
}