# quest.sableye.magnet.getEntryByAtUri

> Published by [matt.evil.gay](https://lexicon.garden/identity/did:plc:tas6hj2xjrqben5653v5kohk)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getEntryByAtUri)
- [Documentation](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getEntryByAtUri/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getEntryByAtUri/examples)

## Definitions

### `quest.sableye.magnet.getEntryByAtUri`

**Type**: `query`

Get a magnet entry by at:// URI (record path only, same as web /at://… routes).

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `atUri` | `string` | Yes | AT-URI, e.g. at://did:plc:…/quest.sableye.magnet.entry/… |

#### Output

**Encoding**: `application/json`

#### Errors

- **InvalidRequest**
- **EntryNotFound**

## Raw Schema

```json
{
  "id": "quest.sableye.magnet.getEntryByAtUri",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "EntryNotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "quest.sableye.magnet.listEntries#entryView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "atUri"
        ],
        "properties": {
          "atUri": {
            "type": "string",
            "description": "AT-URI, e.g. at://did:plc:…/quest.sableye.magnet.entry/…"
          }
        }
      },
      "description": "Get a magnet entry by at:// URI (record path only, same as web /at://… routes)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
