---
title: "List Return Comments"
method: GET
path: "/returns/{returnId}/comments"
tags: ["Returns"]
---

# List Return Comments

`GET /returns/{returnId}/comments`

List return comments. Requires the [`returns_read`](/docs/api-reference/scopes) scope.

## Response `200`

Success

- object
  - `comments` CommentSchema[], required — Return comments.
    - union — Comment with either message or image.
      - object
        - `image` string, byte, required — Base64-encoded image
      - object
        - `message` string, required — Message.

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
