---
title: "Возвращает перечень обнаруженных проблем"
method: GET
path: "/core/storage/problems/"
tags: ["DataLake"]
---

# Возвращает перечень обнаруженных проблем

`GET /core/storage/problems/`

## Response `200`

Массив обнаруженных проблем

- ProblemsResult
  - `process` object, required
    - `startEvent` object, required
      - `outgoing` string, required
    - `task` unknown[], required
      - unknown
    - `sequenceFlow` unknown[], required
      - unknown
    - `exclusiveGateway` object, required
      - `incoming` string, required

## Changes

- **2023-12-05** `03704bf32624` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the required property `process` to the response with the `200` status
- **2023-12-03** `fd4081edd6bf` — 2 breaking
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `process` from the response with the `200` status
- **2023-11-30** `0144c6fa0c71` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the required property `process` to the response with the `200` status
- **2023-03-21** `89414b8539f6` — 1 info
  - endpoint added
- **2023-03-20** `a8711204d6e3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dochubteam/apis/dochub-backend-api/changes/core/storage/problems/get.md)

---

[API](https://skmtc.dev/dochubteam/apis/dochub-backend-api.md) · [All operations](https://skmtc.dev/dochubteam/apis/dochub-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dochubteam/dochub-backend-api/revisions/9625520456b3/schema)
