---
title: "Retrieve shipment comments"
method: GET
path: "/public/v3/Shipments/{shipmentId}/comments"
tags: ["Shipments"]
---

# Retrieve shipment comments

`GET /public/v3/Shipments/{shipmentId}/comments`

Retrieve comments for a specified shipment

## Path parameters

- `shipmentId` string, required

## Query parameters

- `PageSize` integer
- `PageNumber` integer

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested comments for shipment

- ShipmentCommentResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` ShipmentCommentResponse[], nullable
    - `comment` string, nullable — The comment text
    - `createdAt` string, date-time — The date and time this comment was created
    - `byUserId` string, uuid — The ID of the user who created this comment
    - `formattedComment` string, nullable — Formatted comment text
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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