---
title: "[Beta] List viewed issues for a session"
method: GET
path: "/v1/platform/sessions/{session_id}/issues/views"
tags: ["issues"]
---

# [Beta] List viewed issues for a session

`GET /v1/platform/sessions/{session_id}/issues/views`

**Beta:** Returns the issues in this session that the current
user has opened, with timestamps. Used by the UI to derive
the per-row "unread" indicator and the Engine tab badge.

## Path parameters

- `session_id` string, required

## Response `200`

OK

- TracerSessionIssuesListViewsResponse
  - `views` TracerSessionIssuesViewedIssue[]
    - `issue_id` string
    - `viewed_at` string

## Other responses

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

---

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