---
title: "List gateway API keys"
method: GET
path: "/api/keys"
tags: ["API Keys"]
---

# List gateway API keys

`GET /api/keys`

## Response `200`

API key metadata

- object
  - `keys` object[]
    - `id` string
    - `label` string
    - `created_at` string, date-time

## Other responses

- `401` — Invalid or missing gateway key

---

[API](https://skmtc.dev/litellm-agent-platform/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.dev/litellm-agent-platform/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litellm-agent-platform/litellm-agent-platform-api/revisions/92039c29a228/schema)
