# app.standard-reader.getHomeFeed

> 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.getHomeFeed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.getHomeFeed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:f4os2wz5fjl56xpwcvtnqu7m/app.standard-reader.getHomeFeed/examples)

## Definitions

### `app.standard-reader.getHomeFeed`

**Type**: `query`

Signed-in home page critical path: featured lead and latest rows.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `scope` | `string` | No |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `scope` | `string` | No |  |
| `latest` | `array` | No |  |
| `featured` | `ref` → `app.standard-reader.defs#documentView` | No |  |

## Raw Schema

```json
{
  "id": "app.standard-reader.getHomeFeed",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "scope": {
              "type": "string"
            },
            "latest": {
              "type": "array",
              "items": {
                "ref": "app.standard-reader.defs#documentView",
                "type": "ref"
              }
            },
            "featured": {
              "ref": "app.standard-reader.defs#documentView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [],
        "properties": {
          "scope": {
            "type": "string",
            "default": "subscriptions",
            "knownValues": [
              "subscriptions",
              "all"
            ]
          }
        }
      },
      "description": "Signed-in home page critical path: featured lead and latest rows."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
