---
title: "List Reduced Scopes"
method: GET
path: "/targets/{target_id}/reduced-scopes/"
tags: ["Reduced Scopes"]
---

# List Reduced Scopes

`GET /targets/{target_id}/reduced-scopes/`

## Path parameters

- `target_id` string, required

## Query parameters

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

## Response `200`

- PaginatedReducedScopeList
  - `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` ReducedScope[]
    - `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

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