---
title: "Mark conversation read"
method: POST
path: "/conversations/{conversationId}/read"
tags: ["Conversations"]
---

# Mark conversation read

`POST /conversations/{conversationId}/read`

Marks all unread inbound messages in a conversation as read and clears the unread flag.

## Path parameters

- `conversationId` string, required

## Response `200`

Conversation marked read

- object
  - `success` boolean
  - `updated` integer — Number of messages marked read.

## Other responses

- `401` — Unauthorized
- `404` — Conversation not found

---

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