quest.sableye.magnet.getEntryByAtUri

matt.evil.gay

Documentation

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

main query

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

Parameters

atUri string Required

AT-URI, e.g. at://did:plc:…/quest.sableye.magnet.entry/…

Output

Encodingapplication/json

Errors

InvalidRequest
EntryNotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
AT-URI, e.g. at://did:plc:…/quest.sableye.magnet.entry/…
View raw schema
{
  "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)."
}

Lexicon Garden

@