# app.standard-reader.getLabelers

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

## Definitions

### `app.standard-reader.getLabelers`

**Type**: `query`

List the labelers the calling reader is subscribed to, each resolved (the standard way) to a labeler view. Used by the Settings → Labelers page.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `labelers` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "app.standard-reader.getLabelers",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "labelers"
          ],
          "properties": {
            "labelers": {
              "type": "array",
              "items": {
                "ref": "app.standard-reader.labeler.defs#labelerView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "List the labelers the calling reader is subscribed to, each resolved (the standard way) to a labeler view. Used by the Settings → Labelers page."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
