---
title: "Get video storage size info"
method: GET
path: "/library/{libraryId}/videos/{videoId}/storage"
tags: ["Manage Videos"]
---

# Get video storage size info

`GET /library/{libraryId}/videos/{videoId}/storage`

## Path parameters

- `libraryId` integer, required
- `videoId` string, required

## Response `200`

The storage size information for the video.

- StatusModelOfVideoStorageSizeModel
  - `success` boolean — Determines if the request was successful
  - `message` string, nullable — Response message description
  - `statusCode` integer — The response status code
  - `data` VideoStorageSizeModel
    - `encoded` object, nullable
    - `thumbnails` integer
    - `previews` integer
    - `originals` integer
    - `mp4Fallback` integer
    - `miscellaneous` integer
    - `calculatedAt` string, date-time

## Other responses

- `401` — The request authorization failed
- `404` — The requested video was not found
- `408` — Request timeout
- `429` — Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
