---
title: "List API keys for the current organization"
method: GET
path: "/v1/identity/api-keys"
tags: ["identity"]
---

# List API keys for the current organization

`GET /v1/identity/api-keys`

## Response `200`

Successful Response

- ApiKeyResponse[]
  - `id` string, uuid, required
  - `name` string, required
  - `key_prefix` string, required
  - `scopes` string[], required
  - `is_active` boolean, required
  - `last_used_at` string, date-time, nullable, required
  - `expires_at` string, date-time, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
