---
title: "Mark as read"
method: POST
path: "/api/im/conversations/{id}/read"
tags: ["IM-Conversations"]
---

# Mark as read

`POST /api/im/conversations/{id}/read`

Mark all messages in a conversation as read by upserting the read cursor.

## Path parameters

- `id` string, required

## Response `200`

Marked as read

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/revisions/7fef0836d17f/schema)
