---
title: "Get acquired phone numbers"
method: GET
path: "/product/phone-numbers"
tags: ["Phone Numbers"]
---

# Get acquired phone numbers

`GET /product/phone-numbers`

Retrieve all platform-purchased telephony numbers (Twilio/Plivo) for the organization.

**Note:** Imported SIP numbers added via `POST /product/import-phone-number` are **not** included
in this response — they are stored as a separate product type and returned by a different internal call.

## Response `200`

Successful response

- object
  - `status` boolean
  - `data` object[]
    - `_id` string — The unique identifier for the phone number
    - `productType` 'telephony' — The product type — always `telephony` for numbers returned by this endpoint
    - `isActive` boolean — Whether the phone number is active
    - `agentId` string, nullable — ID of the agent currently assigned to this number, or null if unassigned
    - `attributes` object — Telephony provider attributes for the phone number
      - `provider` 'twilio' | 'plivo' — The telephony provider
      - `phoneNumber` string — The actual phone number in E.164 format
      - `countryCode` string — ISO 3166-1 alpha-2 country code of the number
      - `areaCode` string — Area code of the number (if applicable)
      - `complianceApplicationId` string — Compliance application ID associated with the number (if applicable)
    - `createdAt` string, date-time — The date and time when the phone number was created
    - `updatedAt` string, date-time — The date and time when the phone number was last updated

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

## Changes

- **2026-05-26** `ecdf1f763bc6` — 2 warning, 5 info
  - added the new `plivo` enum value to the `data/items/attributes/provider` response property for the response status `200`
  - added the new `twilio` enum value to the `data/items/attributes/provider` response property for the response status `200`
  - added the optional property `data/items/agentId` to the response with the `200` status
  - added the optional property `data/items/attributes/areaCode` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/product/phone-numbers/get.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/fed4f750ea02/schema)
