Reports

Retrieves a single Analysis for a specific Report by its 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.

get/v1/Reports/{code}/analyses/{slug}

Path parameters

codestring uuid required

The unique identifier of the Report.

slugstring required

The unique slug identifier of the Analysis within the Report.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.