---
title: "GET /v1/kpis"
method: GET
path: "/v1/kpis"
tags: ["Analytics"]
---

# GET /v1/kpis

`GET /v1/kpis`

Lists all Key Performance Indicators (KPI)

## Query parameters

- `cursor` string
- `query` string

## Response `200`

Successful Response

- object — Successful Response
  - `metadata` object
    - `cursor` unknown
    - `page_size` integer
    - `total` integer
  - `data` object[]
    - `id` string — Identifies a single Key Performance Indicator (KPI).
    - `name` string
    - `goal_type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/basis/apis/basis-platform-api.md) · [All operations](https://skmtc.net/basis/apis/basis-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basis/basis-platform-api/revisions/6e0eb87d51e6/schema)
