---
title: "List issues"
method: GET
path: "/api/v3/workspaces/{workspace}/issues/"
---

# List issues

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

List issues for a workspace, optionally filtered by severity.

## Path parameters

- `workspace` string, required

## Query parameters

- `severity` integer
- `limit` integer

## Response `200`

List of issues

- IssueList
  - `issues` 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)
