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

# List Api Keys

`GET /v1/auth/api-keys`

List all active (non-revoked) API keys for the organization.

## Response `200`

Successful Response

- ApiKeyOut[]
  - `id` string, uuid, required
  - `label` string, required
  - `last_used_at` string, date-time, nullable
  - `created_at` string, date-time, required

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
