---
title: "List all project phone numbers"
method: GET
path: "/project_phone_numbers"
tags: ["Project phone numbers"]
---

# List all project phone numbers

`GET /project_phone_numbers`

## Response `200`

A dictionary with a `project_phone_numbers` property which is an array of `ProjectPhoneNumber` objects

- object
  - `project_phone_numbers` ProjectPhoneNumber[], required — An array of project phone numbers
    - `id` string, required — The ID of the phone number
    - `phone_number` string, required — The phone number

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
