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

# List Org Api Keys

`GET /api/organization/api-keys`

## Response `200`

Successful Response

- ApiKeyPublic[]
  - `id` string, required
  - `org_id` string, required
  - `name` string, required
  - `key_prefix` string, required
  - `revoked` boolean, required
  - `scopes` string[], required
  - `created_by` string, nullable
  - `created_at` string, nullable
  - `last_used_at` string, nullable
  - `expires_at` string, nullable

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
