---
title: "✨ Get key indicator"
method: GET
path: "/api/inference-runs/{id}/indicators/{indicator_key}"
tags: ["Prompts"]
---

# ✨ Get key indicator

`GET /api/inference-runs/{id}/indicators/{indicator_key}`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Get a specific key indicator for the Prompt dashboard.

## Path parameters

- `id` integer, required
- `indicator_key` string, required

## Response `200`

Key indicator

- LSEKeyIndicatorValue — Key indicator value for Label Studio Enterprise. Attributes: title: The title for this metric, to be displayed to the user values: Dictionary of key-value pairs for the indicator values
  - `title` string, required — The title for this metric, to be displayed to the user
  - `values` object, required — Dictionary of key-value pairs for the indicator values

## Changes

> 97 revisions in range; 1 not diffed.

- **2026-07-07** `0edb4e1e9592` — 1 info
  - api operation id `api_inference_runs_indicators_retrieve_2` removed and replaced with `api_inference_runs_indicators_retrieve`

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/inference-runs/:id/indicators/:indicator_key/get.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/b589624c66c3/schema)
