---
title: "Get Channel Optimizations Endpoint"
method: GET
path: "/channel/{channel_id}/optimizations"
tags: ["Channel Ops", "Channel Optimization"]
---

# Get Channel Optimizations Endpoint

`GET /channel/{channel_id}/optimizations`

Get recent optimization results for a channel

Args:
    channel_id: The database ID of the channel
    limit: Maximum number of results to return (default: 5)

Returns:
    list: Recent optimization records

## Path parameters

- `channel_id` integer, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
