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

# Get link reader schema

`GET /reader/link`

Returns the schema describing the fields in link reader responses.

## Response `200`

Link reader response schema.

- LinkSchema — Schema describing the fields in a link reader response.
  - `key_url` string
  - `timestamp` string
  - `score` string
  - `anchor` string
  - `linktype` string
  - `url` 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)
