---
title: "List Software Scan History"
method: GET
path: "/v1/scan/history"
---

# List Software Scan History

`GET /v1/scan/history`

## Query parameters

- `image_name` string, required
- `project_name` string, required

## Response `200`

Successful Response

- ScansHistory
  - `scans` ScanHistory[], required
    - `scanDate` string, date-time, required
    - `imageTag` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xeol/apis/fastapi.md) · [All operations](https://skmtc.dev/xeol/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeol/fastapi/revisions/545d83b42156/schema)
