---
title: "Get API Key"
method: GET
path: "/api-keys/{id}"
tags: ["ApiKeys"]
---

# Get API Key

`GET /api-keys/{id}`

Returns metadata for a single API key.

## Path parameters

- `id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- ApiKey — Metadata for a standard API key.
  - `id` string, required — Stable identifier for the API key. Safe to expose.
  - `description` string, required — Human-readable description set when the key was created.
  - `created_at` string, date-time, required — When the API key was created.
  - `creator_email` string, nullable — Email of the user who created the key. `null` for older keys with no recorded creator.
  - `creator_still_in_org` boolean, nullable — Whether the creator is still a member of the organization. `null` for older keys with no recorded creator.
  - `creator_image_url` string, nullable — URL of the creator's avatar. Returned as `null` when the creator is no longer in the organization, and for older keys with no recorded creator.

## Other responses

- `404` — API key not found, or not owned by the authenticating organization.

---

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