---
title: "Подробный просмотр данных об отчете"
method: GET
path: "/reports/report_results/{reportResult}"
tags: ["Reports"]
---

# Подробный просмотр данных об отчете

`GET /reports/report_results/{reportResult}`

ReportResultController (privileges: )

## Response `200`

Oк

- object
  - `data` IReportResponse
    - `id` integer
    - `status` string
    - `progress` integer
    - `error` string
    - `createdAt` string
    - `completedAt` string
    - `header` string

## Other responses

- `401` — пользователь не идентифицирован
- `403` — Недостаточно прав доступа
- `422` — нет содержимого или не хватает входных параметров

---

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