---
title: "List Chat Media (Gallery)"
method: GET
path: "/api/{account}/chats/{chat_id}/media"
tags: ["Chats"]
---

# List Chat Media (Gallery)

`GET /api/{account}/chats/{chat_id}/media`

List media files shared in a specific chat.

## Query parameters

- `type` 'photos' | 'videos' | 'audios', nullable — Filter by specific media types. Keep empty to return all.
- `limit` string — Number of medias to return. Default = 20
- `offset` string — Number of medias to skip for pagination
- `skip_users` string — Whether to skip user details in response (all or none). Default = all

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `responseType` string
      - `text` string
      - `giphyId` string, nullable
      - `lockedText` boolean
      - `isFree` boolean
      - `price` integer
      - `isMediaReady` boolean
      - `mediaCount` integer
      - `media` object[]
        - `id` integer
        - `type` string
        - `convertedToVideo` boolean
        - `canView` boolean
        - `hasError` boolean
        - `createdAt` string
        - `isReady` boolean
        - `files` object
          - `full` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
            - `sources` unknown[]
              - …
          - `thumb` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
          - `preview` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
          - `squarePreview` object
            - `url` string
            - `width` integer
            - `height` integer
            - `size` integer
        - `duration` integer
        - `hasCustomPreview` boolean
        - `videoSources` object
          - `240` string, nullable
          - `720` string, nullable
      - `previews` unknown[]
        - unknown
      - `isTip` boolean
      - `isReportedByMe` boolean
      - `isCouplePeopleMedia` boolean
      - `queueId` integer
      - `isMarkdownDisabled` boolean
      - `releaseForms` unknown[]
        - unknown
      - `fromUser` object
        - `id` integer
        - `_view` string
      - `isFromQueue` boolean
      - `id` integer
      - `isOpened` boolean
      - `isNew` boolean
      - `createdAt` string
      - `changedAt` string
      - `cancelSeconds` integer
      - `isLiked` boolean
      - `canPurchase` boolean
      - `canPurchaseReason` string
      - `canReport` boolean
      - `canBePinned` boolean
      - `isPinned` boolean
    - `hasMore` boolean
    - `nextLastId` 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)
