# house.birb.dyingSun.listCharacters

> Published by [birb.house](https://lexicon.garden/identity/did:plc:pwsrgzcv426k7viyjl3ljdvb)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.listCharacters)
- [Documentation](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.listCharacters/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:pwsrgzcv426k7viyjl3ljdvb/house.birb.dyingSun.listCharacters/examples)

## Definitions

### `house.birb.dyingSun.listCharacters`

**Type**: `query`

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `limit` | `integer` | No |  |
| `cursor` | `string` | No |  |
| `identifier` | `string` | No |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cursor` | `string` | No |  |
| `characters` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "house.birb.dyingSun.listCharacters",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "characters"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "characters": {
              "type": "array",
              "items": {
                "ref": "house.birb.dyingSun.character",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "identifier": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
