---
title: "Get Fan Summary"
method: GET
path: "/api/{account}/fans/{fan_id}/summary"
tags: ["Fans - AI Summary"]
---

# Get Fan Summary

`GET /api/{account}/fans/{fan_id}/summary`

Retrieve the AI profile summary for a fan. Poll this endpoint after triggering a generation to check for completion.

## Response `200`

Success

- object
  - `status` string
  - `summary_data` object
    - `name` string
    - `preferred_name` string
    - `family_pets` string
    - `travel_plans` string
    - `kinks` string
    - `hobbies` string
    - `content_preferences` string
    - `themes` string
    - `requests` string
    - `interests` string
    - `other_notes` string
  - `analyzed_message_count` integer
  - `last_analyzed_at` string
  - `error_message` string, nullable

---

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