---
title: "List key performance indicators"
method: GET
path: "/performance/key_performance_indicators"
tags: ["KPI"]
---

# List key performance indicators

`GET /performance/key_performance_indicators`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `data` KeyPerformanceIndicator[]
    - `id` integer
    - `title` string
    - `description` string
    - `weight` number, float
    - `currency_code` string
    - `metric` 'percentage' | 'number' | 'currency'
    - `status` 'none' | 'on_track' | 'behind' | 'at_risk'
    - `kpi_type` 'individual' | 'department' | 'location' | 'division' | 'company'
    - `progress_percentage` integer
    - `location` Location — Location model
      - `id` string, required
      - `name` string, required — Name of the location
    - `division` Division
      - `id` integer
      - `name` string
    - `department` Department
      - `id` integer, required
      - `name` string, required
      - `parent_id` integer
      - `manager_id` integer — Employee ID for manager of the department
      - `department_level_id` integer — Department level ID
    - `owner` object
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `email` string
    - `created_at` string
    - `updated_at` string
  - `metadata` Pagination
    - `page` integer
    - `pages` integer
    - `count` integer
    - `items` integer

---

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