---
title: "Get detailed ingest monitoring data for a channel"
method: GET
path: "/monitoring/channels/{channelId}/ingests"
tags: ["Monitoring"]
---

# Get detailed ingest monitoring data for a channel

`GET /monitoring/channels/{channelId}/ingests`

Returns channel metadata along with detailed monitoring data for all ingests belonging to the channel.

## Path parameters

- `channelId` string, required — Channel ID

## Query parameters

- `start` string — Start time in ISO 8601 format. Default: 1 minute ago. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.
- `end` string — End time in ISO 8601 format. Default: now. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.

## Response `200`

Channel ingests monitoring data

- ChannelIngestsMonitoringResult
  - `data` ChannelIngestsMonitoringData, required
    - `id` string, required — Channel ID
    - `name` string, required — Channel name
    - `status` string, required — Channel status derived from engine states
    - `ingests` IngestMonitoringData[], required — List of ingests with detailed monitoring data
      - `id` string, required — Ingest ID
      - `status` string, required — Ingest status
      - `protocol` string, required — Ingest protocol
      - `started` string — Connection start time in ISO 8601 format
      - `uptime` number — Uptime in seconds
      - `metrics` IngestMetricDataPoint[] — Time-series metric data points
        - `time` string, required — Timestamp in ISO 8601 format
        - `packetLoss` number, required — Packet loss count
        - `rtt` number, required — Round-trip time in milliseconds
        - `bitrate` object, required
          - `total` number, required — Total bitrate in bps
        - `location` object, required
          - `ip` string, required — Remote IP address
          - `region` string, required — Ingest region

## Other responses

- `404` — Channel not found
- `500` — Internal error

---

[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/3dc30dd23624/schema)
