---
title: "list key values by labels and key"
method: GET
path: "/v1/{project}/kie/kv"
---

# list key values by labels and key

`GET /v1/{project}/kie/kv`

## Path parameters

- `project` string, required

## Query parameters

- `key` string
- `label` string
- `wait` string
- `match` string
- `revision` string
- `limit` string
- `offset` string

## Response `200`

OK

- DocResponseGetKey
  - `data` DocResponseSingleKey[]
    - `create_revision` integer
    - `create_time` string
    - `id` string
    - `key` string
    - `label_format` string
    - `labels` object
    - `update_revision` integer
    - `update_time` string
    - `value` string
    - `value_type` string
  - `total` integer

## Other responses

- `304` — empty body

---

[API](https://skmtc.net/apache/apis/servicecomb-kie.md) · [All operations](https://skmtc.net/apache/apis/servicecomb-kie/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/servicecomb-kie/revisions/d0a1fffb33de/schema)
