---
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

---

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