---
title: "List all feeds"
method: GET
path: "/feeds"
tags: ["Feeds"]
---

# List all feeds

`GET /feeds`

Retrieve all product feeds in your account. Use the `id` values as `feed_id` for the refresh endpoint. Data feeds are not included.

## Response `200`

OK

- object
  - `feeds` object[]
    - `id` integer
    - `type` string
    - `url` string
    - `products_count` integer, nullable
    - `error` string, nullable
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
