---
title: "Select Findings for Report"
method: POST
path: "/findings/bulk/report/"
tags: ["Reports"]
---

# Select Findings for Report

`POST /findings/bulk/report/`

## Request body

- FindingId
  - `ids` UniqueFinding[], required — List of composed keys identifying findings of targets.
    - `target_id` string, required — Identifier of the target, as a unique Base58 value.
    - `finding_id` integer, required — Identifier of the finding, as a unique Base58 value.

## Response `200`

- object
  - `token` string

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
