---
title: "Retrieve (metadata about) all keys."
method: GET
path: "/keys"
tags: ["keys"]
---

# Retrieve (metadata about) all keys.

`GET /keys`

## Response `200`

List of all keys

- ApiKeysResponse
  - `keys` ApiKey[], required
    - `value` string
    - `description` string, required
    - `actions` string[], required
    - `collections` string[], required
    - `expires_at` integer
    - `id` integer
    - `value_prefix` string

---

[API](https://skmtc.net/typesense/apis/typesense-api.md) · [All operations](https://skmtc.net/typesense/apis/typesense-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/typesense/typesense-api/versions/1d9b3b61638e/schema)
