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

# List Api Keys

`GET /api-keys`

List all API keys for the authenticated user.

## Response `200`

Successful Response

- APIKeyResponse[]
  - `created_at` string, date-time, required
  - `id` string, required
  - `key_prefix` string, required
  - `last_used_at` string, date-time, nullable
  - `name` string, required
  - `scopes` string[], required

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
