---
title: "Get SDL secrets encryption context"
method: GET
path: "/v1/sdl-secrets-context"
tags: ["SDL Secrets"]
---

# Get SDL secrets encryption context

`GET /v1/sdl-secrets-context`

## Response `200`

Returns SDL secrets context

- object
  - `sub` string, required — The subject of the SDL secrets context
  - `kid` string, required — The key ID of the SDL secrets context
  - `jwk` object, required — The JSON Web Key used to encrypt the SDL secrets
    - `kty` string, required
    - `n` string, required
    - `e` string, required
    - `use` string, required
    - `alg` string, required
  - `requiredClaims` string[], required — The required claims for the SDL secrets context

## Other responses

- `503` — SDL secrets encryption is unavailable

## Changes

- **2026-08-31** `8c068a3af6fe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/sdl-secrets-context/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/8c068a3af6fe/schema)
