---
title: "List port-in orders"
method: GET
path: "/v1/phone-numbers/port-in"
tags: ["Phone Numbers"]
---

# List port-in orders

`GET /v1/phone-numbers/port-in`

Your porting orders, newest first (max 50). Poll this for port progress:
pending, confirmed FOC date, exception reason, or ported.

## Response `200`

Porting orders

- object
  - `orders` object[]
    - `id` string
    - `status` 'draft' | 'pending' | 'foc_confirmed' | 'ported' | 'exception' | 'cancelled'
    - `telnyxStatusValue` string, nullable — Raw carrier status string.
    - `phoneNumbers` string[]
    - `fastPortEligible` boolean, nullable
    - `focDatetimeRequested` string, date-time, nullable
    - `focDatetimeActual` string, date-time, nullable
    - `declineReason` string, nullable
    - `submittedAt` string, date-time, nullable
    - `portedAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/19fd2b70854e/schema)
