social.showcase.feed.getTimeline

lexicons.showcase.social

{
  "id": "social.showcase.feed.getTimeline",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "social.showcase.defs#itemView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 512
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Number of items to load"
          },
          "cursor": {
            "type": "string",
            "maxLength": 512,
            "description": "Pagination cursor for infinite scroll"
          }
        }
      },
      "description": "Get personalized timeline feed (items from followed users + your own items). Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.feed.getTimeline

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

Metadata

DID
did:plc:yckosuxxph7mjwtbiztraiex
CID
bafyreidx4rts4lvkkbkdk2fbjnzjauvg6v53ed7i67nsnegsn3e5qqkxju
Indexed At
2026-01-18 11:03 UTC
AT-URI
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.feed.getTimeline

Referenced Schemas (1)

Lexicon Garden

@