---
title: "GET /organization/api-keys"
method: GET
path: "/organization/api-keys"
tags: ["Organization API Keys"]
---

# GET /organization/api-keys

`GET /organization/api-keys`

## Response `200`

Organization API keys retrieved successfully

- ApiKeyListResponse
  - `api_keys` ApiKey[], required — List of API keys for the organization
    - `active` boolean, required — Whether the API key is active
    - `api_key` string, required — Unique API key identifier
    - `created_at` integer, required — Timestamp when the API key was created
    - `expires_at` integer, nullable — Expiration timestamp (optional)
    - `last_used_at` integer, nullable — Timestamp when the API key was last used
    - `name` string, nullable — Name/description for the API key
    - `organization_id` string, required — Organization identifier
    - `scopes` string[], required — Permissions or scopes for the API key
  - `total` integer, required — Total count of API keys

## Other responses

- `500` — Internal server error

---

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