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

# Get Vault Media

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

Retrieve details about a specific media item in your vault.

## Response `200`

- object
  - `data` 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[]
          - 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
    - `hasPosts` boolean
    - `listStates` object[]
      - `id` integer
      - `type` string
      - `name` string
      - `hasMedia` boolean
      - `canAddMedia` boolean
    - `hasCustomPreview` boolean
    - `videoSources` object
      - `240` string, nullable
      - `720` string, nullable
  - `_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)
