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

# Lists app keys

`GET /apps/{app_id}/keys`

## Path parameters

- `app_id` string, required

## Response `200`

Key list

- KeyResponse[]
  - `appId` string
  - `id` string
  - `name` string, nullable
  - `status` integer
  - `key` string
  - `revocableTokens` boolean, nullable
  - `capability` object
  - `created` integer
  - `modified` integer

## Other responses

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

---

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