# app.standard-reader.getDocument

> Published by [standard-reader.app](https://lexicon.garden/identity/did:plc:f4os2wz5fjl56xpwcvtnqu7m)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.getDocument)
- [Documentation](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.getDocument/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.getDocument/examples)

## Definitions

### `app.standard-reader.getDocument`

**Type**: `query`

Fetch a single article card metadata and aggregate stats (no full body).

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `document` | `string` (at-uri) | Yes |  |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.standard-reader.getDocument",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.standard-reader.defs#documentView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "document"
        ],
        "properties": {
          "document": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Fetch a single article card metadata and aggregate stats (no full body)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
