---
title: "Lists Keys"
method: GET
path: "/api/keys"
tags: ["Keys"]
---

# Lists Keys

`GET /api/keys`

## Query parameters

- `start` string, hex-encoded Key
- `limit` integer
- `node` string, hex-encoded Node address

## Response `200`

List of Keys

- Keys
  - `keys` string[] — A list of Keys.
  - `next` string, hex-encoded Key — If present, the next Key in listing. Can be passed as "start" query parameter to continue the listing. If not present, the end of the listing is reached.

## Other responses

- `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)
