> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/judge-optimizations.md).

# Judge optimizations (GEPA)

REST — Judge optimization (GEPA) endpoints.

| Method | Path                               | Description     |
| ------ | ---------------------------------- | --------------- |
| POST   | `/api/v1/judge-optimizations`      | Start GEPA run  |
| GET    | `/api/v1/judge-optimizations/{id}` | Status / result |
| GET    | `/api/v1/judge-optimizations`      | List            |

## Body

```json
{"judge_id": "...", "labeled_examples_dataset_id": "...", "iterations": 20}
```

## See also

* [SDK: judge\_optimizations](/more-in-this-section-9/judge-optimizations-1.md)
