# app.rocksky.feed.getFeedGenerators

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.getFeedGenerators)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.getFeedGenerators/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.getFeedGenerators/examples)

## Definitions

### `app.rocksky.feed.getFeedGenerators`

**Type**: `query`

Get all feed generators

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `size` | `integer` | No | The maximum number of feed generators to return. |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.rocksky.feed.getFeedGenerators",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.rocksky.feed.defs#feedGeneratorsView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "size": {
            "type": "integer",
            "minimum": 1,
            "description": "The maximum number of feed generators to return."
          }
        }
      },
      "description": "Get all feed generators"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
