---
title: "Retrieves a Feed by its unique code."
method: GET
path: "/v1/Feeds/{code}"
tags: ["Feeds"]
---

# Retrieves a Feed by its unique code.

`GET /v1/Feeds/{code}`

A Feed in Kimola represents a stream of customer feedback gathered around a defined topic, keyword set, brand, or link.

This endpoint returns the details of a single Feed when the provided code matches an existing Feed.

## Path parameters

- `code` string, uuid, required

## Response `200`

Successful operation. Returns the requested Feed.

## Other responses

- `404` — No Feed was found for the specified code.
- `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)
