---
title: "[Beta] List issues"
method: GET
path: "/v1/platform/issues"
tags: ["issues"]
---

# [Beta] List issues

`GET /v1/platform/issues`

**Beta:** This endpoint is in active development and may change without notice.

Returns issues for the authenticated tenant, optionally filtered
by session, status, severity, tag, or last modified time.

## Query parameters

- `session_id` string
- `session_name` string
- `status` 'open' | 'completed' | 'ignored'
- `severity` 0 | 1 | 2 | 3
- `tag` string
- `updated_at` string
- `sort_by` 'created_at' | 'updated_at' | 'severity'
- `limit` integer
- `offset` integer

## Response `200`

OK

- TracerSessionIssuesIssue[]
  - `actions` object
  - `created_at` string
  - `description` string
  - `first_seen_at` string
  - `fix_branch` string
  - `fix_dispatched_at` string
  - `fix_pr_number` integer
  - `fix_prompt` string
  - `id` string
  - `last_seen_at` string
  - `name` string
  - `proposed_context_fixes` object[]
  - `proposed_examples` object[]
  - `proposed_fix` string
  - `proposed_prompt_fixes` object[]
  - `session_id` string
  - `severity` 0 | 1 | 2 | 3
  - `status` 'open' | 'completed' | 'ignored'
  - `tags` string[]
  - `tenant_id` string
  - `traces` object
  - `updated_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/revisions/a0acb3a6a101/schema)
