---
title: "List Api Keys"
method: GET
path: "/keys"
tags: ["Keys"]
---

# List Api Keys

`GET /keys`

List all API keys associated with the authenticated user.

Args:
    request (Request): The incoming request object.

Returns:
    List[ListAPIKeysResponse]: A list of API Keys associated with the user.

## Response `200`

Successful Response

- ListAPIKeysResponse[]
  - `prefix` string, required
  - `created_at` string, required
  - `last_used_at` string, nullable
  - `expiration_date` string, nullable

## Changes

> 359 revisions in range; 46 could not be searched.

- **2025-06-27** `e3e84db47198` — 2 info
  - api tag `Api Keys` added
  - api tag `Keys` removed

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/keys/get.md)

---

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