---
title: "List all comments of a porting order"
method: GET
path: "/porting_orders/{id}/comments"
tags: ["Porting Orders"]
---

# List all comments of a porting order

`GET /porting_orders/{id}/comments`

Returns a list of all comments of a porting order.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

Successful response

- object
  - `data` PortingOrdersComment[]
    - `id` string, uuid
    - `body` string — Body of comment
    - `porting_order_id` string, uuid
    - `user_type` 'admin' | 'user' | 'system' — Indicates whether this comment was created by a Telnyx Admin, user, or system
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable entity. Check message field in response for details.

---

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