---
title: "[Beta] Mark issue viewed"
method: POST
path: "/v1/platform/issues/{id}/views"
tags: ["issues"]
---

# [Beta] Mark issue viewed

`POST /v1/platform/issues/{id}/views`

**Beta:** Records that the current user opened this issue.
Idempotent. Drives the Engine tab unread-issues badge.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-05-27** `a0acb3a6a101` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v1/platform/issues/:id/views/post.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
