---
title: "Retrieve API keys for a specific organization"
method: GET
path: "/manage/api/organization/api_keys"
tags: ["manage"]
---

# Retrieve API keys for a specific organization

`GET /manage/api/organization/api_keys`

## Query parameters

- `organization_id` string, required

## Response `200`

API keys retrieved successfully

- GetApiKeysV2Response
  - `api_keys` ApiProfileApiKey[], required — List of API keys associated with the organization
    - `api_key_id` string, required — Base64 encoded API key ID
    - `redacted_api_key` string, required — A redacted text snippet of the API key. Contains the first 4 characters of the API key
    - `creation_time` string, date-time, required — The date at which the API key was created
    - `status` 'ACTIVE' | 'DISABLED', required — Status of the API key
    - `label` string, nullable — An optional user-supplied label for managing the API key

## Other responses

- `401` — Not authorized
- `403` — Not authorized
- `404` — Organization not found

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/versions/bcc2d45be91e/schema)
