---
title: "Retrieves the most recent Report generated for a specific Feed."
method: GET
path: "/v1/Feeds/{code}/reports/recent"
tags: ["Feeds"]
---

# Retrieves the most recent Report generated for a specific Feed.

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

This is a convenient endpoint for accessing the latest available Report of a Feed with a single request,
without listing and sorting all associated Reports.

It is especially useful when the current state of a Feed is needed quickly.

## Path parameters

- `code` string, uuid, required

## Response `200`

Successful operation. Returns the most recent Report for the Feed.

## Other responses

- `404` — The Feed does not have any Reports.
- `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)
