---
title: "List payable comments"
method: GET
path: "/v1/erp/payouts/payable_comments"
tags: ["Payable Comment"]
---

# List payable comments

`GET /v1/erp/payouts/payable_comments`

Returns a paginated list of payable comments the user has access to, newest first.
Filter by `payable_id` to fetch a single payable's chat thread.

## Query parameters

- `payable_id` string, uuid

## Parameters

- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/1` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/2` — unresolved $ref

## Response `200`

Paginated list of payable comments (default 25 per page).

- PayableComment[]
  - `id` string, uuid, required
  - `text` string, required
  - `payable_id` string, uuid, required
  - `user_id` string, required
  - `read_at` string, date-time, nullable — When the comment was marked as read; null while unread.
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized

---

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