---
title: "Get targets"
method: POST
path: "/targets"
tags: ["Targets"]
---

# Get targets

`POST /targets`

## Request body

- object
  - `startDate` string — Timezone is UTC. Max date return interval is 180 days. Date in this format: YYYY-MM-DD HH:MM:SS
  - `endDate` string — Timezone is UTC. Max date return interval is 180 days. Date in this format: YYYY-MM-DD HH:MM:SS
  - `proxyUsers` string[] — A list of proxy user IDs retrieved [from here](https://help.decodo.com/api-reference/sub-users/get-sub-users) (only available for residential_proxies). Not applicable to RTC proxies (Scraping APIs)
  - `search` string — Search for specific string in targets. Minimum 3 characters. If left empty will return all targets
  - `proxyType` 'residential_proxies' | 'mobile_proxies' | 'rtc_universal_proxies' | 'rtc_universal_core_proxies' | 'modular_scraper' — RTC proxies are Scraping APIs

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/decodo/apis/smartproxy.md) · [All operations](https://skmtc.dev/decodo/apis/smartproxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodo/smartproxy/revisions/561ae165491a/schema)
