# app.atmobb.forum.getDirectory

> Published by [lexicons.atmobb.app](https://lexicon.garden/identity/did:plc:dqnwiguwsbb6uwrm7a2rsff2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.forum.getDirectory)
- [Documentation](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.forum.getDirectory/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:dqnwiguwsbb6uwrm7a2rsff2/app.atmobb.forum.getDirectory/examples)

## Definitions

### `app.atmobb.forum.getDirectory`

**Type**: `query`

Every forum the index has seen, in founding order. Powers the cross-forum directory and the atmosphere webring.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

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

## Raw Schema

```json
{
  "id": "app.atmobb.forum.getDirectory",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "forums"
          ],
          "properties": {
            "forums": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "Every forum the index has seen, in founding order. Powers the cross-forum directory and the atmosphere webring."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
