---
title: "Get issue detail"
method: GET
path: "/api/v3/workspaces/{workspace}/issues/{issueId}/"
---

# Get issue detail

`GET /api/v3/workspaces/{workspace}/issues/{issueId}/`

Retrieve detailed information about a specific issue.

## Path parameters

- `workspace` string, required
- `issueId` string, required

## Response `200`

Issue details

- Issue
  - `id` string — Issue ID
  - `title` string — Issue title
  - `description` string — Issue description
  - `severity` integer — 1=critical, 2=high, 3=medium, 4=low
  - `observedAt` string, date-time
  - `slxName` string — SLX that reported this issue

---

[API](https://skmtc.dev/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.dev/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/revisions/9d1a64d4b1c1/schema)
