---
title: "Get details about one issue"
method: GET
path: "/issues/{issue_id}"
tags: ["Issues"]
---

# Get details about one issue

`GET /issues/{issue_id}`

Returns one specific issue. This includes as well the list of events for this issue.

## Path parameters

- `issue_id` string, required

## Query parameters

- `last_execution_only` boolean — If true, only the events related to the last execution will be returned in the list of events.

## Response `200`

Successful Response

- ExtendedIssueItem
  - `id` string, required
  - `consumer_id` string, required
  - `connection_id` string, required
  - `integration_id` integer, required
  - `integration_name` string, required
  - `created_on` string, date-time, required
  - `updated_on` string, date-time, required
  - `last_seen` string, date-time, required
  - `error` ErrorInfo, required
    - `error_code` string, required
    - `status` string, required
    - `title` string, required
    - `description` string
  - `occurrences` integer, required
  - `level` 'error' | 'warning', required
  - `events` IssueEvent[]
    - `id` string, required
    - `execution_id` string, required
    - `created_on` string, date-time, required
    - `context` object, nullable
    - `message` string, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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