---
title: "Retrieves a signing key"
method: GET
path: "/access-control/signing-key/{keyId}"
---

# Retrieves a signing key

`GET /access-control/signing-key/{keyId}`

## Path parameters

- `keyId` string, required

## Response `200`

Success

- SigningKey
  - `id` string
  - `name` string — Name of the signing key
  - `createdAt` number — Timestamp (in milliseconds) at which the signing-key was created
  - `lastSeen` number — Timestamp (in milliseconds) at which the signing-key was last used
  - `publicKey` string, required
  - `disabled` boolean — Disable the signing key to allow rotation safely

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/livepeer/apis/livepeer-api-reference.md) · [All operations](https://skmtc.dev/livepeer/apis/livepeer-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livepeer/livepeer-api-reference/revisions/fe72cbbf5a9b/schema)
