---
title: "Get access key"
method: GET
path: "/accessKeys/{accessKeyName}"
tags: ["Access Keys"]
---

# Get access key

`GET /accessKeys/{accessKeyName}`

Returns details of a specific access key

## Path parameters

- `accessKeyName` string, required

## Response `200`

Access key details

- object
  - `accessKey` AccessKey
    - `name` string — Generated secure key (hidden in responses)
    - `friendlyName` string
    - `description` string — Legacy field, same as friendlyName
    - `createdTime` integer
    - `createdBy` string — IP address or machine name
    - `expires` integer — Expiration timestamp
    - `isSession` boolean — Whether this is a session token
    - `scope` string — Optional scope restriction

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
