---
title: "Get scan results (Summaries)"
method: GET
path: "/scan/v3/results"
tags: ["Model Scanner SaaS", "Model Scanner Hybrid"]
---

# Get scan results (Summaries)

`GET /scan/v3/results`

## Query parameters

- `model_version_ids` string[]
- `model_ids` string[]
- `start_time` string, date-time
- `end_time` string, date-time
- `severity` union
  - 'critical' | 'high' | 'medium' | 'low' | 'none' | 'unknown' — The highest severity of any detections on the scan.
  - 'critical' | 'high' | 'medium' | 'low' | 'unknown' | 'safe' — The highest severity of any detections on the scan, including "safe". Use `.summary.highest_severity` instead.
- `status` string[]
- `request_source` ScanJobRequestSource[]
- `region` string[]
- `provider` string[]
- `limit` integer
- `offset` integer
- `sort` string
- `latest_per_model_version_only` boolean
- `source` object
  - `eq` 'adhoc'
- `scanner_version` string
- `detection_category` string
- `model_name` object
  - `eq` string
  - `contains` string
- `compliance_status` string[]
- `deep_scan` boolean

## Response `200`

Successful response

## Other responses

- `400` — The request failed due to a client error, with one or more of the following possible causes: 1. The request required a tenant_id field, which was missing. 2. The request was malformed syntactically or semantically.
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.net/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/versions/efca861e915b/schema)
