---
title: "List App Key Registrations"
method: GET
path: "/api/v2/actions/app_key_registrations"
tags: ["Action Connection"]
---

# List App Key Registrations

`GET /api/v2/actions/app_key_registrations`

List App Key Registrations

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

OK

- ListAppKeyRegistrationsResponse — A paginated list of app key registrations.
  - `data` AppKeyRegistrationData[] — An array of app key registrations.
    - `id` string, uuid — The app key registration identifier
    - `type` 'app_key_registration', required — The definition of `AppKeyRegistrationDataType` object.
  - `meta` ListAppKeyRegistrationsResponseMeta — The definition of `ListAppKeyRegistrationsResponseMeta` object.
    - `total` integer — The total number of app key registrations.
    - `total_filtered` integer — The total number of app key registrations that match the specified filters.

## Other responses

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

---

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