Get a magnet entry by at:// URI (record path only, same as web /at://… routes).
Parameters
Output
Encoding
application/jsonErrors
InvalidRequest
EntryNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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)."
}