---
title: "Streaming Newline delimited JSON response containing findings for latest analysis for a given TOE. Swagger didn't have a way of showing this so please don't let the schema of mislead you with the array of findings"
method: GET
path: "/v2/findings/{toe_id}"
tags: ["Finding"]
---

# Streaming Newline delimited JSON response containing findings for latest analysis for a given TOE. Swagger didn't have a way of showing this so please don't let the schema of mislead you with the array of findings

`GET /v2/findings/{toe_id}`

Streaming Newline delimited JSON response containing findings for latest analysis for a given TOE. Use include_all param to include all findings. Swagger didn't have a way of showing this so please don't let the schema of mislead you with the array of findings.  Unfortunately, swagger UI can't format the streamed response but the given curl example will execute.

## Path parameters

- `toe_id` string, required

## Query parameters

- `include_all` boolean
- `risk_policy` boolean
- `asset_value[]` string[]
- `asset_value_numeric[]` string[]
- `priority[]` string[]
- `severity[]` string[]
- `severity_numeric[]` string[]

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Unauthorized
- `404` — Not found

---

[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/revisions/c8c2f68d8b60/schema)
