---
title: "Get security keys of a distribution"
method: GET
path: "/distributions/{id}/security/keys"
tags: ["Distributions"]
---

# Get security keys of a distribution

`GET /distributions/{id}/security/keys`

## Path parameters

- `id` string, required — Distribution ID

## Response `200`

List of security keys

- DistributionSecurityKeyListResult
  - `data` object[], required — List of security keys
    - `id` string, required — Security key ID
    - `name` string — Security key name

---

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