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

# Get a specific security key

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

## Path parameters

- `id` string, required — Distribution ID
- `keyId` string, required — Security key ID

## Response `200`

The requested security key

- DistributionSecurityKeyObjectResult
  - `data` object, required — Security key object
    - `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)
