---
title: "List all recommenders"
method: GET
path: "/recommenders"
tags: ["Recommenders"]
---

# List all recommenders

`GET /recommenders`

Retrieve all Spark recommenders configured for your account.

## Response `200`

OK

- object[]
  - `recommender_id` string
  - `feed_id` integer
  - `shop_id` string
  - `last_trained_timestamp` integer
  - `status` string
  - `settings` object
    - `filtered_products` unknown[]
      - unknown
    - `filtered_categories` unknown[]
      - unknown
    - `included_months` unknown[]
      - unknown
  - `sequence_number` integer
  - `name` 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)
