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

# Get detailed engine monitoring data for a channel

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

Returns channel metadata along with detailed monitoring data for all engines 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 engines monitoring data

- ChannelEnginesMonitoringResult
  - `data` ChannelEnginesMonitoringData, required
    - `id` string, required — Channel ID
    - `name` string, required — Channel name
    - `status` string, required — Channel status derived from engine states
    - `engines` EngineMonitoringData[], required — List of engines with detailed monitoring data
      - `id` string, required — Engine ID
      - `status` string, required — Engine status
      - `renditions` EngineRenditionData[] — List of renditions with metrics
        - `name` string, required — Rendition name
        - `metrics` EngineRenditionMetricDataPoint[], required — Time-series metric data points
          - `time` string, required — Timestamp in ISO 8601 format
          - `framerate` number, required — Framerate in fps
          - `bitrate` number, required — Bitrate in bps

## 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)
