---
title: "Get fan insights in bulk for a creator"
method: GET
path: "/creators/{creatorUserUuid}/insights/fans"
---

# Get fan insights in bulk for a creator

`GET /creators/{creatorUserUuid}/insights/fans`

Returns detailed insights for multiple fans of the specified creator in a single request.

<Note>Maximum 20 fan UUIDs per request.</Note>

## Path parameters

- `creatorUserUuid` string, uuid, required

## Query parameters

- `fanUuids` string, required — Comma-separated fan UUIDs to fetch insights for (max 20)

## Headers

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

## Response `200`

Insight data about the creator's fans

- object
  - `results` object, required — Map fan UUID -> insights payload (null when unavailable)
  - `errors` object[], required — Per-fan errors for unresolved entries
    - `fanUuid` string, uuid, required
    - `code` 'NOT_FOUND' | 'INTERNAL', required
    - `message` string, required

## Other responses

- `400` — Bad Request - API version not supported OR validation failed (dates, sources, cursor, pagination) OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found 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)
