---
title: "Get an existing App Key Registration"
method: GET
path: "/api/v2/actions/app_key_registrations/{app_key_id}"
tags: ["Action Connection"]
---

# Get an existing App Key Registration

`GET /api/v2/actions/app_key_registrations/{app_key_id}`

Get an existing App Key Registration

## Path parameters

- `app_key_id` string, required

## Response `200`

OK

- GetAppKeyRegistrationResponse — The response object after getting an app key registration.
  - `data` AppKeyRegistrationData — Data related to the app key registration.
    - `id` string, uuid — The app key registration identifier
    - `type` 'app_key_registration', required — The definition of `AppKeyRegistrationDataType` object.

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

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