---
title: "Fetch a node in the registry by its identity"
method: GET
path: "/registry/nodes/{identity}"
tags: ["Splinter Registry"]
---

# Fetch a node in the registry by its identity

`GET /registry/nodes/{identity}`

This endpoint can be used to view a specific nodes in the registry.

This endpoint requires the permission "registry.read".

## Path parameters

- `identity` string, required

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

The node was successfully retrieved

- object
  - `data` RegisteredNode
    - `identity` string
    - `endpoints` string[]
    - `display_name` string
    - `keys` string[]
    - `metadata` object

## Other responses

- `401` — The client is unauthorized
- `404` — The node was not found
- `500` — An internal server error occurred

---

[API](https://skmtc.dev/cargill/apis/splinterd-api.md) · [All operations](https://skmtc.dev/cargill/apis/splinterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cargill/splinterd-api/revisions/38a272c24bd9/schema)
