---
title: "Get Optimization Series Channels"
method: GET
path: "/optimizations/{id}/series/channels"
tags: ["optimizations"]
---

# Get Optimization Series Channels

`GET /optimizations/{id}/series/channels`

Objectives and channel names for this optimization's validation series.

Scoped to the optimization rather than the job, because the job's id is not something a
client can see: the optimization resource does not carry it, and the adapter's `job_id`
is the optimization's own id kept for legacy lookups. Resolving it here is the same step
``/metadata`` already takes.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
