# lol.skittr.skitpic.getAuthorFeed

> Published by [skittr.bsky.social](https://lexicon.garden/identity/did:plc:d5joublf46wn5cnhbhdemfq3)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:d5joublf46wn5cnhbhdemfq3/lol.skittr.skitpic.getAuthorFeed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:d5joublf46wn5cnhbhdemfq3/lol.skittr.skitpic.getAuthorFeed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:d5joublf46wn5cnhbhdemfq3/lol.skittr.skitpic.getAuthorFeed/examples)

## Definitions

### `lol.skittr.skitpic.getAuthorFeed`

**Type**: `query`

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `actor` | `string` (at-identifier) | Yes | Handle or DID of the actor |

#### Output

**Encoding**: `application/json`

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

## Raw Schema

```json
{
  "id": "lol.skittr.skitpic.getAuthorFeed",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "entries"
          ],
          "properties": {
            "entries": {
              "type": "array",
              "items": {
                "ref": "lol.skittr.skitpic.entry#main",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "required": [
        "actor"
      ],
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier",
            "description": "Handle or DID of the actor"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
