---
title: "Retrieves a single Analysis for a specific Report by its slug."
method: GET
path: "/v1/Reports/{code}/analyses/{slug}"
tags: ["Reports"]
---

# Retrieves a single Analysis for a specific Report by its slug.

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

Analyses are the structured insight sections generated within a Report in Kimola.
This endpoint returns a single Analysis identified by its slug, such as Executive Summary, Motivations, Pain Points, Unmet Needs, or other analytical sections available in the Report.

## 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)
