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

## Other responses

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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
