---
title: "Create Target's Findings Report"
method: POST
path: "/targets/{target_id}/findings/bulk/report/"
tags: ["Reports"]
---

# Create Target's Findings Report

`POST /targets/{target_id}/findings/bulk/report/`

## Path parameters

- `target_id` string, required

## 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`
- `404`
- `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)
