---
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[]
    - `id` string — The service identifier.
    - `name` string — The name of the service.
    - `group` string — The group the service belongs to.
    - `resource_type` string
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

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

---

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