---
title: "List all comments for a portout request"
method: GET
path: "/portouts/{id}/comments"
tags: ["Number Portout"]
---

# List all comments for a portout request

`GET /portouts/{id}/comments`

Returns a list of comments for a portout request.

## Path parameters

- `id` string, uuid, required

## Response `200`

Portout Comments

- object
  - `data` PortoutComment[]
    - `id` string, required
    - `record_type` string — Identifies the type of the resource.
    - `body` string, required — Comment body
    - `portout_id` string — Identifies the associated port request
    - `user_id` string, required — Identifies the user who created the comment. Will be null if created by Telnyx Admin
    - `created_at` string, required — Comment creation timestamp in ISO 8601 format
  - `meta` Metadata
    - `total_pages` number — Total number of pages based on pagination settings
    - `total_results` number — Total number of results
    - `page_number` number — Current Page based on pagination settings (included when defaults are used.)
    - `page_size` number — Number of results to return per page based on pagination settings (included when defaults are used.)

## Other responses

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

---

[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/versions/8f5f4e537994/schema)
