---
title: "Get node reader schema"
method: GET
path: "/reader/node"
tags: ["Reader"]
---

# Get node reader schema

`GET /reader/node`

Returns the schema describing the fields in node reader responses.

## Response `200`

Node reader response schema.

- NodeSchema — Schema describing the fields in a node reader response.
  - `key_url` string
  - `num_inlinks` string
  - `num_outlinks` string
  - `inlink_score` string
  - `outlink_score` string
  - `metadata` string

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
