# ooo.bsky.hds.getRecords

> Published by [bsky.ooo](https://lexicon.garden/identity/did:web:bsky.ooo)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.getRecords)
- [Documentation](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.getRecords/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.getRecords/examples)

## Definitions

### `ooo.bsky.hds.getRecords`

**Type**: `query`

#### Parameters

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

#### Output

**Encoding**: `application/json`

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

## Raw Schema

```json
{
  "id": "ooo.bsky.hds.getRecords",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "boxes"
          ],
          "properties": {
            "boxes": {
              "type": "array",
              "items": {
                "ref": "ooo.bsky.hidden.box",
                "type": "ref"
              },
              "maxLength": 50,
              "minLength": 1
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uris"
        ],
        "properties": {
          "uris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "maxLength": 50,
            "minLength": 1
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
