---
title: "Get KPI progression history."
method: GET
path: "/kpi/{id}/values"
---

# Get KPI progression history.

`GET /kpi/{id}/values`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- KpiMeasurement[]
  - `value` number
  - `date` string, date
  - `comment` string
  - `created` string, date-time
  - `createdBy` string
  - `edited` string, date-time
  - `editedBy` string

## Other responses

- `404` — Resource not found
- `500` — Something went wrong

---

[API](https://skmtc.dev/oslokommune/apis/okr-tracker-api.md) · [All operations](https://skmtc.dev/oslokommune/apis/okr-tracker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oslokommune/okr-tracker-api/revisions/7c311e87bded/schema)
