---
title: "Fetch all PortInRequests for a user"
method: GET
path: "/v1/Porting/PortIn/PortInRequests"
tags: ["NumbersV1PortingPortIn"]
---

# Fetch all PortInRequests for a user

`GET /v1/Porting/PortIn/PortInRequests`

Retrieve a list of all PortInRequests for a user

## Query parameters

- `Token` string
- `Size` integer
- `PortInRequestSid` string
- `PortInRequestStatus` string
- `CreatedBefore` string
- `CreatedAfter` string

## Response `200`

OK

- object
  - `port_in_requests` NumbersV1PortInRequestList[]
    - `port_in_request_sid` string — The SID of the Port-in request
    - `port_in_request_status` string, nullable — Status of the Port In Request
    - `status_last_updated_timestamp` string, nullable — The last updated timestamp of the request
    - `phone_numbers_requested` integer, nullable — Amount of phone numbers requested
    - `phone_numbers_ported` integer, nullable — Amount of phone numbers ported
    - `suggested_action` string, nullable — Suggested action on this ticket
  - `meta` NumbersV1PortInRequestListMeta
    - `previous_token` string, nullable
    - `next_token` string, nullable

---

[API](https://skmtc.net/twilio/apis/numbers-v1.md) · [All operations](https://skmtc.net/twilio/apis/numbers-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/numbers-v1/versions/6e03a6a50c9d/schema)
