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

# Get issue details

`GET /issues`

## Query parameters

- `id` number, required

## Response `200`

Success with issue details

- CreateIssueResponse
  - `issues` Issue
    - `id` integer
    - `summary` string, required
    - `reporter` AccountRef
      - `id` integer
      - `name` string
      - `email` string
      - `realname` string
    - `handler` AccountRef
      - `id` integer
      - `name` string
      - `email` string
      - `realname` string
    - `description` string, required

## Other responses

- `403` — Access denied
- `503` — Mantis Offline

## Changes

- **2017-03-10** `3848874eb8a0` — 1 info
  - added the non-success response with the status `503`
- **2017-02-25** `e37bdac79e20` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - api operation id `115d4145-c4c9-4240-883f-20648ba5ddd5` removed and replaced with `issueGet`
- **2017-02-25** `44f3dbd7a395` — 3 info
  - api operation id `issueGet` removed and replaced with `115d4145-c4c9-4240-883f-20648ba5ddd5`
  - added the new optional `header` request parameter `Authorization`
  - removed the non-success response with the status `503`

[Change history](https://skmtc.dev/mantisbt/apis/mantisbt-rest-api/changes/issues/get.md)

---

[API](https://skmtc.dev/mantisbt/apis/mantisbt-rest-api.md) · [All operations](https://skmtc.dev/mantisbt/apis/mantisbt-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mantisbt/mantisbt-rest-api/revisions/7507b711fbee/schema)
