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

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

`GET /core/storage/problems/`

## Response `200`

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

- object[]
  - `id` string
  - `title` string
  - `items` object[]
    - `uid` string, required
    - `title` string, required
    - `location` string
    - `correction` string
    - `description` string
    - `cause` string

## Changes

- **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/d096717ebffa/schema)
