community.gifthood.feed.getActivity

gifthood.community

{
  "id": "community.gifthood.feed.getActivity",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "No authenticated viewer. This feed is inherently viewer-private and is never served unauthenticated — the caller (the page) owns any login redirect."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "activity"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Reserved; not emitted in this version."
            },
            "activity": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.feed.defs#activityView",
                "type": "ref"
              },
              "description": "The merged activity rows, newest-first by createdAt."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 100,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum rows fetched per direction (interests, hands); the merged feed can return up to twice this. A safety cap, not a pagination control — pagination is reserved (see cursor)."
          },
          "cursor": {
            "type": "string",
            "description": "Reserved for future pagination; ignored in this version."
          }
        }
      },
      "description": "The signed-in viewer's two-directional gifting activity — outgoing interests + incoming raised hands on their listings, merged newest-first by createdAt. Viewer-private: resolved from the session (no actor param); an unauthenticated caller gets an AuthRequired error."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.feed.getActivity

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

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreigl5g5cqvai5ljvp3xega5cyjzud3vje3nj4h56kox66juozekkp4
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.feed.getActivity

Referenced Schemas (1)

Lexicon Garden

@