---
title: "List Chats"
method: GET
path: "/api/{account}/chats"
tags: ["Chats"]
---

# List Chats

`GET /api/{account}/chats`

Get the list of chats for an Account.

## Query parameters

- `limit` string — Number of chats to return (1 - 100). Default = 10
- `offset` string — Number of chats to skip for pagination
- `skip_users` 'all' | 'none' — Whether to skip user details in response (all or none). Default = all
- `order` 'recent' | 'old' — Sort order for chats (recent or old). Default = recent
- `filter` 'pinned' | 'priority' | 'unread' | 'with_tips' | 'unread_with_tips' — Optionally, filter the chats by type.
- `query` string — Search query to filter chats

## Response `200`

Success

- object
  - `data` object[]
    - `canNotSendReason` boolean
    - `canSendMessage` boolean
    - `canGoToProfile` boolean
    - `unreadMessagesCount` integer
    - `hasUnreadTips` boolean
    - `isMutedNotifications` boolean
    - `lastMessage` object
      - `responseType` string
      - `text` string
      - `giphyId` string, nullable
      - `lockedText` boolean
      - `isFree` boolean
      - `price` integer
      - `isMediaReady` boolean
      - `mediaCount` integer
      - `media` unknown[]
        - unknown
      - `previews` unknown[]
        - unknown
      - `isTip` boolean
      - `isReportedByMe` boolean
      - `isCouplePeopleMedia` boolean
      - `queueId` integer
      - `isMarkdownDisabled` boolean
      - `fromUser` object
        - `id` integer
        - `_view` string
      - `isFromQueue` boolean
      - `canUnsendQueue` boolean
      - `unsendSecondsQueue` integer
      - `id` integer
      - `isOpened` boolean
      - `isNew` boolean
      - `createdAt` string
      - `changedAt` string
      - `cancelSeconds` integer
      - `isLiked` boolean
      - `canPurchase` boolean
      - `canPurchaseReason` string
      - `canReport` boolean
      - `canBePinned` boolean
      - `isPinned` boolean
    - `lastReadMessageId` integer
    - `hasPurchasedFeed` boolean
    - `countPinnedMessages` integer
    - `fan` object
      - `id` integer
      - `name` string
      - `view` string
      - `about` string
      - `avatar` string
      - `header` string
      - `notice` string
      - `canChat` boolean
      - `canEarn` boolean
      - `tipsMax` integer
      - `tipsMin` integer
      - `website` string, nullable
      - `hasLinks` boolean
      - `isFriend` boolean
      - `joinDate` string
      - `lastSeen` string
      - `location` string
      - `username` string
      - `wishlist` string, nullable
      - `canReport` boolean
      - `hasLabels` boolean
      - `hasStream` boolean
      - `isBlocked` boolean
      - `hasFriends` boolean
      - `hasStories` boolean
      - `headerSize` object
        - `width` integer
        - `height` integer
      - `isVerified` boolean
      - `postsCount` integer
      - `audiosCount` integer
      - `canRestrict` boolean
      - `displayName` string
      - `isPerformer` boolean
      - `listsStates` object[]
        - `id` string
        - `name` string
        - `type` string
        - `hasUser` boolean
        - `canAddUser` boolean
        - `cannotAddUserReason` string
      - `mediasCount` integer
      - `photosCount` integer
      - `tipsEnabled` boolean
      - `videosCount` integer
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `canLookStory` boolean
      - `canTrialSend` boolean
      - `headerThumbs` object
        - `w480` string
        - `w760` string
      - `isRestricted` boolean
      - `subscribedBy` boolean
      - `subscribedOn` boolean
      - `canCreateTrial` boolean
      - `canPayInternal` boolean
      - `canUnsubscribe` boolean
      - `favoritedCount` integer
      - `favoritesCount` integer
      - `hasPinnedPosts` boolean
      - `isAdultContent` boolean
      - `showMediaCount` boolean
      - `subscribePrice` integer
      - `canCommentStory` boolean
      - `hasSavedStreams` boolean
      - `isRealPerformer` boolean
      - `showPostsInFeed` boolean
      - `tipsMinInternal` integer
      - `tipsTextEnabled` boolean
      - `canAddSubscriber` boolean
      - `subscribedByData` object
        - `price` integer
        - `status` string, nullable
        - `isMuted` boolean
        - `duration` string
        - `newPrice` integer
        - `expiredAt` string
        - `renewedAt` string
        - `subscribes` object[]
          - `id` integer
          - `date` string
          - `type` string
          - `price` integer
          - `action` string
          - `userId` integer
          - `discount` integer
          - `duration` integer
          - `offerEnd` string, nullable
          - `earningId` integer
          - `isCurrent` boolean
          - `startDate` string
          - `cancelDate` string, nullable
          - `expireDate` string
          - `offerStart` string, nullable
          - `regularPrice` integer
          - `subscriberId` integer
        - `subscribeAt` string
        - `regularPrice` integer
        - `discountPeriod` integer
        - `subscribePrice` integer
        - `discountPercent` integer
        - `showPostsInFeed` boolean
        - `discountStartedAt` string, nullable
        - `unsubscribeReason` string
        - `discountFinishedAt` string, nullable
        - `hasActivePaidSubscriptions` boolean
      - `subscribedOnData` object
        - `price` integer
        - `status` string, nullable
        - `isMuted` boolean
        - `duration` string
        - `newPrice` integer
        - `tipsSumm` integer
        - `expiredAt` string
        - `postsSumm` integer
        - `renewedAt` string
        - `totalSumm` integer
        - `subscribes` object[]
          - `id` integer
          - `date` string
          - `type` string
          - `price` integer
          - `action` string
          - `userId` integer
          - `discount` integer
          - `duration` integer
          - `offerEnd` string, nullable
          - `earningId` integer
          - `isCurrent` boolean
          - `startDate` string
          - `cancelDate` string, nullable
          - `expireDate` string
          - `offerStart` string, nullable
          - `regularPrice` integer
          - `subscriberId` integer
        - `streamsSumm` integer
        - `subscribeAt` string
        - `messagesSumm` integer
        - `regularPrice` number
        - `discountPeriod` integer
        - `subscribePrice` number
        - `subscribesSumm` integer
        - `discountPercent` integer
        - `discountStartedAt` string, nullable
        - `unsubscribeReason` string
        - `discountFinishedAt` string, nullable
        - `hasActivePaidSubscriptions` boolean
      - `subscribersCount` string, nullable
      - `hasNotViewedStory` boolean
      - `isPaywallRequired` boolean
      - `isReferrerAllowed` boolean
      - `isSpringConnected` boolean
      - `archivedPostsCount` integer
      - `canCreatePromotion` boolean
      - `hasScheduledStream` boolean
      - `isSpotifyConnected` boolean
      - `subscribedByExpire` boolean
      - `finishedStreamsCount` integer
      - `isPendingAutoprolong` boolean
      - `isPrivateRestriction` boolean
      - `showSubscribersCount` boolean
      - `subscribedOnDuration` string
      - `canReceiveChatMessage` boolean
      - `currentSubscribePrice` integer
      - `firstPublishedPostDate` string
      - `subscribedByExpireDate` string
      - `subscribedIsExpiredNow` boolean
      - `subscribedOnExpiredNow` boolean
      - `subscribedByAutoprolong` boolean
      - `privateArchivedPostsCount` integer
      - `shouldShowFinishedStreams` boolean
      - `isMarkdownDisabledForAbout` boolean
      - `avatarHeaderConverterUpload` boolean
  - `_pagination` object
    - `next_page` string
  - `_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` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[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)
