---
title: "Get Video Library DRM Statistics"
method: GET
path: "/videolibrary/{id}/drm/statistics"
tags: ["Stream Video Library"]
---

# Get Video Library DRM Statistics

`GET /videolibrary/{id}/drm/statistics`

## Path parameters

- `id` integer, required

## Query parameters

- `dateFrom` string, date-time, nullable
- `dateTo` string, date-time, nullable

## Response `200`

Returns the statistics for the video library with the given ID

- VideoLibraryDrmStatisticsModel
  - `TotalLicensesIssued` integer
  - `LicensesIssuedChart` object, nullable

## Other responses

- `401` — The request authorization failed
- `404` — The video library with the requested ID does not exist
- `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)
