---
title: "Get all traffic policy profiles"
method: GET
path: "/traffic_policy_profiles"
tags: ["Traffic Policy Profiles"]
---

# Get all traffic policy profiles

`GET /traffic_policy_profiles`

Get all traffic policy profiles belonging to the user that match the given filters.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[type]` 'whitelist' | 'blacklist' | 'throttling'
- `filter[service]` string
- `sort` 'service' | '-service' | 'type' | '-type'

## Response `200`

Successful Response

- object
  - `data` TrafficPolicyProfile[]
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `domains` string[] — Array of domain names.
    - `id` string, uuid — Identifies the resource.
    - `ip_ranges` string[] — Array of IP ranges in CIDR notation.
    - `limit_bw_kbps` integer, nullable — Bandwidth limit in kbps.
    - `record_type` string
    - `services` string[] — Array of PCEF service IDs included in the profile.
    - `type` 'whitelist' | 'blacklist' | 'throttling' — The type of the traffic policy profile.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.
  - `meta` PaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

## Changes

- **2026-08-17** `1571b0380bd7` — 1 breaking
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `default`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `default`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/traffic_policy_profiles/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
