---
title: "Retrieves a paginated list of Reports generated for a specific Feed."
method: GET
path: "/v1/Feeds/{code}/reports"
tags: ["Feeds"]
---

# Retrieves a paginated list of Reports generated for a specific Feed.

`GET /v1/Feeds/{code}/reports`

Reports in Kimola are generated outputs derived from a Feed and provide structured insight into the collected customer feedback.

This endpoint returns the Reports associated with the specified Feed and supports optional pagination.

## Path parameters

- `code` string, uuid, required

## Query parameters

- `pageSize` integer
- `pageIndex` integer

## Response `200`

Successful operation. Returns the total count and the list of Reports for the Feed.

## Other responses

- `406` — The Reports could not be retrieved.
- `500` — An unexpected error occurred.

---

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