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

# Get API Key

`GET /api-keys/{id}`

Retrieves details of a specific API key by its ID.

## Path parameters

- `id` string, required

## Response `200`

API key retrieved successfully

- object
  - `apiKey` object
    - `id` string, uuid
    - `name` string
    - `rateLimit` integer, nullable — Rate limit in requests per second
    - `budgetCents` integer, nullable — Spending budget for the API key, in cents
    - `isOverBudget` boolean — Whether the API key is currently over its budget
    - `teamId` string, uuid
    - `createdAt` string, date-time

## Other responses

- `400` — Bad request - invalid API key ID format
- `401` — Unauthorized - Invalid or missing service key
- `404` — Not found - API key does not exist

---

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