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

# Get Optimization Series

`GET /optimizations/{id}/series`

One objective's validation series, windowed and budgeted.

The same rows ``/metadata`` carries whole. A plot reading them from there downloads every
sample of both solves to draw a few hundred points.

## Path parameters

- `id` string, required

## Query parameters

- `objective` string, required — Objective name within the payload
- `source` string — Which solve: 'optimal' or 'baseline'
- `columns` string, nullable — Comma-separated channels besides the x column
- `x` string — Column plotted on x, and windowed on
- `max_points` integer, nullable — Row ceiling, from the plot's measured width
- `x_min` number, nullable — Window lower bound, in x's units
- `x_max` number, nullable — Window upper bound, in x's units

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