---
title: "Find Traffic Controls (Advanced)"
method: POST
path: "/networks/trafficcontrolstable"
tags: ["Traffic Controls"]
---

# Find Traffic Controls (Advanced)

`POST /networks/trafficcontrolstable`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `search_terms` object[] — Text search filters.
    - `search_type` 'name', required — The name of the field used for search. Currently only supports "name".
    - `value` string, required — The value to search.
  - `filters` object — Filters to narrow down the set of traffic controls returned.
    - `status` 'active' | 'inactive' — Status of the traffic controls.
    - `network_offer_ids` integer[] — IDs of the offers affected by the traffic controls (traffic controls that apply to all offers will be included).
    - `network_affiliate_ids` integer[] — IDs of the affiliates affected by the traffic controls (traffic controls that apply to all affiliates will be included).

## Response `200`

- object
  - `controls` object[]
    - `network_traffic_control_id` integer
    - `network_id` integer
    - `name` string
    - `status` string
    - `is_apply_all_affiliates` boolean
    - `is_apply_all_offers` boolean
    - `control_type` string
    - `time_created` integer
    - `time_saved` integer
    - `network_offer_ids` integer[], nullable
    - `network_affiliate_ids` integer[], nullable
    - `network_advertiser_ids` integer[], nullable
  - `paging` Paging
    - `page` integer — Current page number.
    - `page_size` integer — Number of items per page.
    - `total_count` integer — Total number of items.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
