{
"id": "is.currents.feed.getFeed",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "is.currents.feed.defs#saveView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"excludeSaved": {
"type": "boolean",
"default": false,
"description": "If true and the request is authenticated, exclude saves the viewer has already saved (matched by blob CID). Ignored for unauthenticated requests."
},
"personalized": {
"type": "string",
"default": "0",
"description": "A signed decimal string between -1 and 1 controlling feed tuning. Negative values increase serendipity, positive values increase personalization, and 0 gives the global feed. Only effective for authenticated requests; ignored otherwise."
}
}
},
"description": "Get a ranked feed of saves from across the network. Auth is optional; if provided, viewer-specific state is included. The personalized flag is only effective for authenticated requests."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:jaur46k6ijyfvl4lojza7eic
- CID
-
bafyreicfiuathtcz4ktlzqvsqa5zyv5c6oeskxnvtpfh7gfp4tl423eemu
- Indexed At
- 2026-04-22 17:31 UTC
- AT-URI
-
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.feed.getFeed