---
title: "Get the cve history logs of the channel"
method: GET
path: "/channels/{channel_name}/cves_history"
tags: ["channels", "cves"]
---

# Get the cve history logs of the channel

`GET /channels/{channel_name}/cves_history`

## Path parameters

- `channel_name` string, required

## Query parameters

- `from_date` string, date — bottom date YYYY-mm-dd
- `to_date` string, date — upper date YYYY-mm-dd
- `min_download_count` integer
- `status` CVEStatus[]
- `event_types` CVEsNotificationEventTypes[]
- `q` string
- `max_score` number
- `min_score` number
- `offset` integer
- `limit` integer

## Response `200`

successfully retrieved the cve history logs for the channel

- CVENotificationsHistory[] — List of cve histories
  - `file_name` string
  - `platform` string
  - `artifact_family` 'anaconda_project' | 'anaconda_env' | 'cve' | 'conda' | 'python' | 'cran' | 'notebook' | 'docker' | 'sbom'
  - `cves_count` number
  - `old_max_score` number
  - `new_max_score` number
  - `notification_changes` CVENotificationChanges[]
    - unknown[]
      - unknown
  - `number_of_downloads` number
  - `created_at` string

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
