---
title: "Bulk Retest Account's Findings"
method: POST
path: "/findings/bulk/retest/"
tags: ["Findings"]
---

# Bulk Retest Account's Findings

`POST /findings/bulk/retest/`

## Request body

- FindingBulkRetestRequest
  - `ids` string[], required — List of object IDs.
  - `ignore_blackout_period` boolean — If true, the scan ignores the blackout period defined in the target settings.
  - `scan_profile` string — Scan profile to use. Use the endpoint [List Scan Profiles](#tag/Scan-Profiles/operation/scan_profiles_list) to get all the available scan profiles. If no scan profile is specified, the scan profile will be the one specified in the target settings.
  - `reduced_scopes` ReducedScope[] — Configuration to reduce the scope of the scan.
    - `id` string, required — A unique Base58 value identifying this object.
    - `url` string, uri, required — URL to scan. The maximum length is 2048 characters.
    - `enabled` boolean

## Response `200`

- IDList
  - `ids` string[], required — List of object IDs.

## 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/revisions/e29879bff01b/schema)
