---
title: "This endpoint allows the user to search for Company name, TOE ID by a valid CVE."
method: GET
path: "/v1/toes/by_cve"
tags: ["Target Of Evaluation TOE"]
---

# This endpoint allows the user to search for Company name, TOE ID by a valid CVE.

`GET /v1/toes/by_cve`

This endpoint allows the user to search for Company name, TOE ID by a valid CVE.
The user must provide a valid cve in query param.

## Query parameters

- `cve_id` string, required

## Response `200`

OK

- CveSearchResult[] — A collection of CveSearchResult objects.
  - `toe_id` string, uuid — The unique identifier for the Target Of Evaluation (TOE).
  - `company_name` string — The name of the company.

## Other responses

- `400` — Something was wrong with the request
- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.

---

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