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

# Get all available traffic policy profile services

`GET /traffic_policy_profiles/services`

Get all available PCEF services that can be used in traffic policy profiles.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[group]` string
- `filter[name]` string

## Response `200`

Successful Response

- object
  - `data` WirelessPcrfService[]
    - `group` string — The group the service belongs to.
    - `id` string — The service identifier.
    - `name` string — The name of the service.
    - `resource_type` string
  - `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 changed from `integer` to `string`, and format from `int32` to no format for status `default`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `default`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/traffic_policy_profiles/services/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)
