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
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..."
}
]
}
}