---
title: "List Saved Influencers Endpoint"
method: GET
path: "/api/v1/remy/saved-influencers"
tags: ["remy", "remy"]
---

# List Saved Influencers Endpoint

`GET /api/v1/remy/saved-influencers`

Saved Influencers list, paginated — shared-corpus accounts see the whole pool, others only their own roster.

## Query parameters

- `search` string, nullable — Handle or full name substring, case-insensitive.
- `followers` string[], nullable — Bands: under_10k|10k_100k|100k_500k|500k_1m|1m_plus. Multi-select OR'd.
- `engagement_rate_min` number, nullable — Minimum engagement rate percent. Creators with no measured ER are excluded.
- `language` string[], nullable — Multi-select OR'd.
- `category` string[], nullable — Bucket name or raw category. Multi-select OR'd.
- `followership` string[], nullable — Bucket name or raw country. Multi-select OR'd.
- `platform` string[], nullable — e.g. instagram, youtube. Multi-select OR'd.
- `location` string[], nullable — Creator's own country, e.g. India, United States. Multi-select OR'd.
- `is_brand_kit_available` boolean, nullable — T2/brand-kit presence filter. Omitted (default) = both. true = only creators with a completed brand kit. false = only those without.
- `is_analysis_available` boolean, nullable — T3/analysis presence filter. Omitted (default) = both. true = only creators with a completed analysis. false = only those without.
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageSavedInfluencerDTO
  - `items` SavedInfluencerDTO[], required
    - `creator_id` string, required
    - `platform` string, nullable
    - `handle` string, nullable
    - `display_name` string, nullable
    - `profile_pic_url` string, nullable
    - `followership` string, nullable
    - `general_data` object, required
    - `pricing_data` union, required
      - object
      - string
    - `campaign_data` union, required
      - object[]
      - string
    - `analysis_data` union, required
      - object
      - string
    - `other_platforms` object[]
    - `platform_data` object, nullable
  - `total` integer, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
