---
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.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/versions/62e8c152aa18/schema)
