---
title: "Get all API keys"
method: GET
path: "/api/v1/api_key"
tags: ["Key Management"]
---

# Get all API keys

`GET /api/v1/api_key`

Get all API keys available for your account.

**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.

## Response `200`

OK

- ApiKeyListResponse — List of API and application keys available for a given organization.
  - `api_keys` ApiKey[] — Array of API keys.
    - `created` string — Date of creation of the API key.
    - `created_by` string — Datadog user handle that created the API key.
    - `key` string — API key.
    - `name` string — Name of your API key.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

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