---
title: "Get Optimization Status"
method: GET
path: "/api/v1/optimization/status"
tags: ["optimization"]
---

# Get Optimization Status

`GET /api/v1/optimization/status`

Return GEPA optimization availability and prerequisites.

## Response `200`

Successful Response

- GEPAStatusResponse — Status payload for GEPA optimization availability.
  - `available` boolean, required — Whether the MLflow-backed GEPA optimization path is available.
  - `module_optimization_available` boolean — Whether registered module optimization can run in this environment.
  - `mlflow_dataset_optimization_available` boolean — Whether MLflow-backed dataset/program optimization can run.
  - `mlflow_logging_available` boolean — Whether optional MLflow logging is available for optimization runs.
  - `mlflow_configured` boolean — Whether MLflow is enabled/configured in the environment.
  - `mlflow_enabled` boolean, required — Whether MLflow is enabled and reachable.
  - `gepa_installed` boolean, required — Whether the GEPA teleprompt module is importable.
  - `guidance` string[] — Human-readable guidance when GEPA is not fully available.

## Other responses

- `401` — Authentication is required or the provided token is invalid.

## Changes

- **2026-05-03** `21d4ebafe99f` — 4 info
  - added the optional property `mlflow_configured` to the response with the `200` status
  - added the optional property `mlflow_dataset_optimization_available` to the response with the `200` status
  - added the optional property `mlflow_logging_available` to the response with the `200` status
  - added the optional property `module_optimization_available` to the response with the `200` status
- **2026-04-04** `8a91e4c507cc` — 1 info
  - endpoint added
- **2026-03-19** `78507b29ed8f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/v1/optimization/status/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/e25aaded81b9/schema)
