---
title: "List Preflight Detected Assets"
method: GET
path: "/targets/{target_id}/pre-scan-configuration/assets/"
tags: ["Preflight"]
---

# List Preflight Detected Assets

`GET /targets/{target_id}/pre-scan-configuration/assets/`

Log requests and log last_access

## Path parameters

- `target_id` string, required

## Query parameters

- `ignored` boolean
- `length` integer
- `ordering` string
- `page` integer
- `search` string

## Response `200`

- PaginatedPreflightDetectedAssetList
  - `count` integer — Total number of results.
  - `page_total` integer — Total number of pages.
  - `page` integer — Number of the current page. The first page is 1. Defaults to 1 if no specific page is requested.
  - `length` integer — Number of results returned per page.
  - `results` PreflightDetectedAsset[]
    - `id` string, required — A unique Base58 value identifying this object.
    - `host` string, uri, required — Host of the detected asset.
    - `ignored` boolean — Whether the detected asset is ignored.

## Other responses

- `401`
- `403`
- `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)
