---
title: "Get captioned minutes analytics for a channel"
method: GET
path: "/channels/{id}/analytics/captions/captioned-minutes"
tags: ["Channels"]
---

# Get captioned minutes analytics for a channel

`GET /channels/{id}/analytics/captions/captioned-minutes`

Only available when the Captions & Translations feature is enabled on organization level. The 'start' and 'end' dates are always interpreted as UTC; timezone and UTC offset options are not supported.

## Path parameters

- `id` string, required — Channel ID

## Query parameters

- `start` string, required — Start date for the analytics period in 'YYYY-MM-DD' format. Always interpreted as UTC; timezone and UTC offset options are not supported for these analytics.
- `end` string, required — End date for the analytics period in 'YYYY-MM-DD' format. Must be equal to or later than 'start'. Always interpreted as UTC; timezone and UTC offset options are not supported for these analytics.
- `resolution` 'day' | 'month' — Time resolution for the analytics data. Defaults to 'day'. For 'day', the difference between 'start' and 'end' can be at most 1000 days.
- `groupBy` 'channel' | 'ingest' — Group results by channel or ingest. Defaults to 'channel'.
- `ingestIds` string — Comma-separated list of ingest IDs to filter by

## Response `200`

Captioned minutes analytics data

- AnalyticsListResult
  - `data` object[], required — List of analytics data points
    - `timestamp` string, required — Timestamp of the data point
    - `records` object[], required — Records for this time bucket
      - `id` string, required — Identifier of the grouped entity
      - `amount` number, required — Metric value

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/b57006d43141/schema)
