---
title: "List of a BuyBack order messages"
method: GET
path: "/ws/buyback/v1/orders/{buybackOrderId}/messages"
tags: ["BuyBack"]
---

# List of a BuyBack order messages

`GET /ws/buyback/v1/orders/{buybackOrderId}/messages`

List of paginated BuyBack order messages.
Caller must be an authenticated refurbisher, owner of the provided buyback order.

## Path parameters

- `buybackOrderId` string, required

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` number, required — Total number of objects or items
  - `next` string, nullable, required — URL pointing to the next page
  - `previous` string, nullable, required — URL pointing to the previous page
  - `results` BuybackMessage[]
    - `body` string — Message content
    - `date` string, required — Message creation date
    - `attachments` string[]
    - `author` 'Merchant' | 'Client' | 'BackMarket' | 'Unknown', required — Message author

## Other responses

- `401` — Unauthorized
- `403` — Permission denied
- `404` — Not Found
- `5XX` — Internal Error

---

[API](https://skmtc.net/backmarket/apis/back-market-api-guidelines.md) · [All operations](https://skmtc.net/backmarket/apis/back-market-api-guidelines/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backmarket/back-market-api-guidelines/revisions/6a1303364143/schema)
