# link.latr.saved.getItem

> Published by [samclemente.me](https://lexicon.garden/identity/did:plc:qy5pluw2bsuq2x6albsgkvx3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.saved.getItem)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.saved.getItem/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.saved.getItem/examples)

## Definitions

### `link.latr.saved.getItem`

**Type**: `query`

L@tr XRPC method link.latr.saved.getItem.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subjectUri` | `string` (at-uri) | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `record` | `ref` → `link.latr.saved.defs#record` | No |  |

#### Errors

- **InvalidRequest**
- **InvalidUrl**
- **AuthRequired**
- **InvalidToken**
- **InvalidDpop**
- **ClientAuthRequired**
- **SavedItemNotFound**
- **Conflict**
- **RateLimitExceeded**
- **UpstreamFailure**

## Raw Schema

```json
{
  "id": "link.latr.saved.getItem",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "InvalidUrl"
        },
        {
          "name": "AuthRequired"
        },
        {
          "name": "InvalidToken"
        },
        {
          "name": "InvalidDpop"
        },
        {
          "name": "ClientAuthRequired"
        },
        {
          "name": "SavedItemNotFound"
        },
        {
          "name": "Conflict"
        },
        {
          "name": "RateLimitExceeded"
        },
        {
          "name": "UpstreamFailure"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [],
          "properties": {
            "record": {
              "ref": "link.latr.saved.defs#record",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subjectUri"
        ],
        "properties": {
          "subjectUri": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 8192,
            "maxGraphemes": 2048
          }
        }
      },
      "description": "L@tr XRPC method link.latr.saved.getItem."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
