---
title: "List all targets"
method: GET
path: "/ads/{connection_id}/target"
tags: ["ads", "target"]
---

# List all targets

`GET /ads/{connection_id}/target`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `org_id` string
- `type` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AdsTarget[]
  - `id` string, required
  - `name` string
  - `type` 'INTEREST' | 'BEHAVIOR' | 'LOCALE' | 'COUNTRY' | 'REGION' | 'CITY' | 'ZIP' | 'US_DMA' | 'TOPIC' | 'USER_LIST' | 'CARRIER' | 'DEVICE_MODEL' | 'OS_VERSION'
  - `is_active` boolean
  - `parent_id` string
  - `audience_count_min` number
  - `audience_count_max` number
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
