---
title: "List Story Highlights"
method: GET
path: "/api/{account}/stories/highlights"
tags: ["Story Highlights"]
---

# List Story Highlights

`GET /api/{account}/stories/highlights`

Retrieve a list of your story highlights.

## Query parameters

- `limit` integer — Number of highlights to return (default = 5)
- `offset` integer — Number of highlights to skip for pagination

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `userId` integer
      - `title` string
      - `coverStoryId` integer
      - `cover` string
      - `storiesCount` integer
      - `createdAt` string
    - `hasMore` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

[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/versions/4a99d36f28a3/schema)
