community.gifthood.feed.getAuthorListings

gifthood.community

{
  "id": "community.gifthood.feed.getAuthorListings",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotAvailableToPublic",
          "description": "The author hides their content from logged-out viewers; sign in to view."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "listings"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Opaque keyset cursor for the next page. Absent when no further results exist."
            },
            "listings": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.feed.defs#listingView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "author"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Max listings to return."
          },
          "author": {
            "type": "string",
            "format": "did",
            "description": "DID of the account whose listings to return."
          },
          "cursor": {
            "type": "string",
            "description": "Opaque keyset cursor from a previous page. Absent for the first page."
          },
          "includeGone": {
            "type": "boolean",
            "description": "Include listings marked 'gone' (claimed). Defaults to false; both current consumers pass true."
          }
        }
      },
      "description": "Fetch listings created by a specific author (DID), optionally including gone listings. Returns a page of listingView objects ordered newest-first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.feed.getAuthorListings

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreiggeynvkiizog5loneooysifwoo4nts72zrxzfrqgbbus3q2zzqfi
Indexed At
2026-07-16 16:09 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.feed.getAuthorListings

Referenced Schemas (1)

Lexicon Garden

@