---
title: "Get Digital Master Info"
method: GET
path: "/v1/accounts/{{account_id}}/videos/{{video_id}}/digital_master"
tags: ["Videos"]
---

# Get Digital Master Info

`GET /v1/accounts/{{account_id}}/videos/{{video_id}}/digital_master`

Gets the stored digital master for a video, if any

## Path parameters

- `account_id` string, required
- `video_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

200

- DigitalMaster
  - `created_at` string — date/time created
  - `duration` integer — duration in milliseconds
  - `encoding_rate` integer — encoding rate in bps
  - `height` integer — frame height in pixels
  - `id` string — the system id for the digital master
  - `size` integer — file size in bytes
  - `updated_at` string — date/time last modified
  - `width` integer — frame width in pixels

## Other responses

- `204` — The video does not have a digital master
- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `404` — RESOURCE_NOT_FOUND: The api could not find the resource you requested
- `405` — METHOD_NOT_ALLOWED: The HTTP method specified is not allowed for this endpoint
- `429` — TOO_MANY_REQUESTS: You are submitting too many simultaneous requests or too many requests per second

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-cms-api-reference/revisions/1b6182a4560a/schema)
