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

# Get all application keys

`GET /api/v1/application_key`

Get all application keys available for your Datadog account.
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).

**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

- ApplicationKeyListResponse — An application key response.
  - `application_keys` ApplicationKey[] — Array of application keys.
    - `hash` string — Hash of an application key.
    - `name` string — Name of an application key.
    - `owner` string — Owner of an application 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)
