---
title: "List Vault Media"
method: GET
path: "/api/{account}/media/vault"
tags: ["Media Vault"]
---

# List Vault Media

`GET /api/{account}/media/vault`

List media items stored in your vault. See how many likes and how much tips did they get.

## Query parameters

- `query` string, nullable — Optionally, search for a text query.
- `field` 'recent' | 'most-liked' | 'highest-tips' — Sort the results by a field. Default `recent`
- `type` 'photo' | 'gif' | 'video' | 'audio' — Filter the results by a media type. Keep empty to show all media.
- `list` integer — Only show media items from a specific list (category). **Refer to our Media Vault Lists endpoints.**
- `sort` 'desc' | 'asc' — Sort the results. Default `desc`
- `limit` integer — Number of media to return per page (10 - 100). Default: `24`
- `offset` integer — The offset used for pagination. Default `0`

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `type` string
      - `convertedToVideo` boolean
      - `canView` boolean
      - `hasError` boolean
      - `createdAt` string
      - `isReady` boolean
      - `counters` object
        - `likesCount` integer
        - `tipsSumm` integer
      - `files` object
        - `full` object
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
          - `sources` unknown[]
            - unknown
        - `thumb` string, nullable
        - `preview` string, nullable
        - `squarePreview` string, nullable
      - `duration` integer
      - `hasPosts` boolean
      - `listStates` object[]
        - `id` integer
        - `type` string
        - `name` string
        - `hasMedia` boolean
        - `canAddMedia` boolean
      - `releaseForms` unknown[]
        - unknown
      - `hasCustomPreview` boolean
      - `videoSources` object
        - `240` string, nullable
        - `720` string, nullable
    - `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` 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)
