---
title: "Retrieves the structured data produced by a specific Analysis within a Report."
method: GET
path: "/v1/Reports/{code}/analyses/{slug}/data"
tags: ["Reports"]
---

# Retrieves the structured data produced by a specific Analysis within a Report.

`GET /v1/Reports/{code}/analyses/{slug}/data`

Analyses in Kimola generate structured outputs such as Executive Summary, Motivations, Pain Points, Unmet Needs, and other insight datasets. This endpoint returns the full structured result contained in the `data` field of the specified Analysis.

## Path parameters

- `code` string, uuid, required
- `slug` string, required

## Response `200`

OK

---

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