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

# Get KPI.

`GET /kpi/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- Kpi
  - `id` string
  - `currentValue` number
  - `name` string
  - `description` string
  - `type` string
  - `parent` object
    - `slug` string
    - `name` string
  - `created` string, date-time
  - `edited` string, date-time
  - `createdBy` string
  - `editedBy` string
  - `lastUpdated` object
    - `value` number
    - `timestamp` string, date-time
  - `updateFrequency` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'annual' | 'irregular'
  - `isStale` boolean

## 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)
