---
title: "List issues"
method: GET
path: "/issues"
tags: ["Issues"]
---

# List issues

`GET /issues`

Return issues filtered by query parameters.

## Query parameters

- `title` string
- `severity` 'critical' | 'high' | 'medium' | 'low'
- `category` 'performance_and_optimization' | 'security' | 'error_handling' | 'refactoring' | 'maintainability' | 'potential_issues' | 'code_style' | 'documentation_and_comments' | 'kody_rules' | 'breaking_changes' | 'bug' | 'performance' | 'cross_file'
- `status` 'open' | 'resolved' | 'dismissed'
- `organizationId` string
- `repositoryName` string
- `prNumber` number
- `filePath` string
- `prAuthor` string
- `beforeAt` string
- `afterAt` string

## Response `200`

- ApiArrayResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` object[], required — Array of objects with endpoint-specific schema (see endpoint documentation).

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
