---
title: "Lists app keys"
method: GET
path: "/apps/{app_id}/keys"
tags: ["keys"]
---

# Lists app keys

`GET /apps/{app_id}/keys`

Lists the API keys associated with the application ID.

## Path parameters

- `app_id` string, required

## Response `200`

Key list

- KeyResponse[]
  - `appId` string — The Ably application ID which this key is associated with.
  - `capability` object — The capabilities that this key has. More information on capabilities can be found in the <a href="https://ably.com/documentation/core-features/authentication#capabilities-explained">Ably documentation</a>.
  - `created` integer — Unix timestamp representing the date and time of creation of the key.
  - `id` string — The key ID.
  - `key` string — The complete API key including API secret.
  - `modified` integer — Unix timestamp representing the date and time of the last modification of the key.
  - `name` string — The name of the application this key is associated with.

## Other responses

- `401` — Authentication failed
- `404` — App not found
- `500` — Internal server error
- `504` — Gateway timeout

---

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