# pub.oysters.getTags

> Published by [oysters.pub](https://lexicon.garden/identity/did:plc:gsvuczfwpmrqpap45iz23j43)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gsvuczfwpmrqpap45iz23j43/pub.oysters.getTags)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gsvuczfwpmrqpap45iz23j43/pub.oysters.getTags/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gsvuczfwpmrqpap45iz23j43/pub.oysters.getTags/examples)

## Definitions

### `pub.oysters.getTags`

**Type**: `query`

The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tags` | `array` | Yes | Every tag, alphabetically by slug. |

## Raw Schema

```json
{
  "id": "pub.oysters.getTags",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tags"
          ],
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "ref": "pub.oysters.defs#tagView",
                "type": "ref"
              },
              "description": "Every tag, alphabetically by slug."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
