---
title: "Checks if a Key is stored on a Node"
method: GET
path: "/api/has-key/{node}/{key}"
tags: ["Has Key"]
---

# Checks if a Key is stored on a Node

`GET /api/has-key/{node}/{key}`

## Path parameters

- `node` string, hex-endoded, required
- `key` string, hex-endoded, required

## Response `200`

Key is stored on Node

- Status
  - `message` string — HTTP Status Code name.
  - `code` integer — HTTP Status Code.

## Other responses

- `404` — Key is not stored on Node
- `500` — Internal Server Error

---

[API](https://skmtc.dev/osuseclab/apis/swarm-global-store-api.md) · [All operations](https://skmtc.dev/osuseclab/apis/swarm-global-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osuseclab/swarm-global-store-api/revisions/7929d22cf511/schema)
