{
"id": "community.gifthood.feed.getListing",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "NotFound"
},
{
"name": "NotAvailableToPublic",
"description": "The author hides their content from logged-out viewers; sign in to view."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"listing"
],
"properties": {
"listing": {
"ref": "community.gifthood.feed.defs#listingDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did",
"rkey"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the account that created the listing."
},
"rkey": {
"type": "string",
"description": "Record key (TID) of the listing record in the poster's repo."
}
}
},
"description": "Fetch the full detail view of a single listing by DID and record key."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7prvtl4j6wsfmkrfrnwknuxj
- CID
-
bafyreiaed5uyhsezjjugyjgc4j2ehvprxbheecxw3czbrjs7rpppzz7cti
- Indexed At
- 2026-07-16 16:09 UTC
- AT-URI
-
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.feed.getListing