---
title: "List eligible port-out rejection codes for a specific order"
method: GET
path: "/portouts/rejections/{portout_id}"
tags: ["Number Portout"]
---

# List eligible port-out rejection codes for a specific order

`GET /portouts/rejections/{portout_id}`

Given a port-out ID, list rejection codes that are eligible for that port-out

## Path parameters

- `portout_id` string, required

## Query parameters

- `filter` object
  - `code` union
    - integer — Filter rejections of a specific code
    - integer[] — Filter rejections in a list of codes

## Response `200`

Successful response

- object
  - `data` PortoutRejection[]
    - `code` integer
    - `description` string
    - `reason_required` boolean

## Other responses

- `404` — Resource not found
- `422` — Unprocessable entity. Check message field in response for details.
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
