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

# Get Issues

`GET /issues`

Retrieves issues with optional filtering

## Query parameters

- `page` integer
- `limit` integer
- `project` string
- `status` 'Open' | 'Resolved' | 'Closed'
- `assignee` string
- `createdBy` string

## Response `201`

Issues retrieved successfully

- IssueListResponse
  - `status` string
  - `data` object
    - `issue` Issue[]
      - `_id` string
      - `title` string
      - `content` string
      - `project` string
      - `asset` string
      - `labelTask` string
      - `status` 'Open' | 'Resolved' | 'Closed'
      - `createdBy` string
      - `assignee` string
      - `errorType` string
      - `errorCode` string
      - `position` string
      - `points` object[]
      - `contentMentions` object[]
        - `userEmail` string
        - `userName` string
      - `comments` object[]
        - `_id` string
        - `content` string
        - `createdBy` string
        - `createdAt` string, date-time
        - `updatedAt` string, date-time
        - `contentMentions` object[]
          - `userEmail` string
          - `userName` string
      - `errorCodes` object[]
        - `category` string
        - `name` string
        - `key` string
      - `pctDetails` object — PCT-specific issue details containing positional metadata, severity, reference source, and optional marker information for navigating to a point inside a 3D/2D scene.
        - `attribute` string, nullable — Attribute ID from configuration.
        - `class` string, nullable — Class ID from configuration.
        - `frame` integer — Starting frame number of the issue.
        - `endInputFrame` integer — Last frame where the issue persists.
        - `instance` integer — Class instance index.
        - `severity` 2 | 3 | 4 — Issue severity: 2=High, 3=Medium, 4=Low
        - `referenceIndex` integer — -1 for 3D sensor, 0+ for 2D camera sensor index
        - `marker` object — Marker for navigating to the issue location.
          - `type` 'Marker 3D' | 'Marker 2D'
          - `value` object
            - `geometry` object
              - …
      - `resolvedBy` string
      - `resolvedAt` string, date-time
      - `updatedBy` string
      - `updatedAt` string, date-time
      - `createdAt` string, date-time

---

[API](https://skmtc.dev/imerit/apis/ango-hub-api-v2.md) · [All operations](https://skmtc.dev/imerit/apis/ango-hub-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imerit/ango-hub-api-v2/revisions/a1fd1e59951c/schema)
