---
title: "Retrieves a paginated list of Feeds for the authenticated client."
method: GET
path: "/v1/Feeds"
tags: ["Feeds"]
---

# Retrieves a paginated list of Feeds for the authenticated client.

`GET /v1/Feeds`

This endpoint returns the Feeds available to the current client account.

Results can be filtered by Feed name and paginated using the optional `pageSize` and `pageIndex` parameters.

## Query parameters

- `pageSize` integer
- `pageIndex` integer
- `name` string

## Response `200`

Successful operation. Returns the total count and the list of matching Feeds.

## Other responses

- `406` — The Feeds 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)
