---
title: "Retrieves signing keys"
method: GET
path: "/access-control/signing-key"
tags: ["accessControl"]
---

# Retrieves signing keys

`GET /access-control/signing-key`

## 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

## Changes

- **2024-05-14** `41d846566009` — 1 warning
  - removed the optional property `items/projectId` from the response with the `200` status
- **2024-05-10** `9a1157a504ba` — 1 info
  - added the optional property `items/projectId` to the response with the `200` status
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `getSigningKeys` was added
  - api tag `accessControl` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/access-control/signing-key/get.md)

---

[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/89f91c9e13d7/schema)
