---
title: "Get smart lists"
method: GET
path: "/chats/lists/smart"
---

# Get smart lists

`GET /chats/lists/smart`

Get all available smart lists with member counts.

Smart lists are system-generated dynamic audience segments (not user-created lists). They are computed from relationship/subscription/payment state and update automatically.

Examples include:
- `subscribers`
- `followers`
- `auto_renewing`
- `non_renewing`
- `expired_subscribers`
- `free_trial_subscribers`
- `spent_more_than_50`

For `subscribers`, the count reflects current non-deleted subscription relationships that are contactable by the requesting creator.

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

List of smart lists

- object[]
  - `name` string, required — Display name of the smart list
  - `uuid` 'subscribers' | 'auto_renewing' | 'non_renewing' | 'followers' | 'free_trial_subscribers' | 'expired_subscribers' | 'spent_more_than_50' | 'muted' | 'creators', required — Smart list unique identifier
  - `count` number, required — Number of members in this list

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
