{
"id": "pub.chive.collection.getFeed",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"events",
"hasMore"
],
"properties": {
"cursor": {
"type": "string",
"description": "Pagination cursor for next page"
},
"events": {
"type": "array",
"items": {
"ref": "pub.chive.collection.defs#feedEventView",
"type": "ref"
},
"description": "Feed events in reverse chronological order"
},
"hasMore": {
"type": "boolean",
"description": "Whether more events exist"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "AT-URI of the collection"
},
"limit": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1,
"description": "Maximum events to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
}
}
},
"description": "Get the activity feed for a collection, aggregating events from tracked items"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreiafsp6vr2vngmlh4yjev7bb3fdx4g6ubm24zqw4nzpaowev4neygi
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.collection.getFeed