{
"id": "social.respawn.feed.getTimeline",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "#feedItem",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"viewer"
],
"properties": {
"limit": {
"type": "integer",
"default": 30,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"viewer": {
"type": "string",
"format": "did"
}
}
},
"description": "Activity from the accounts a viewer follows, newest first."
},
"feedItem": {
"type": "object",
"required": [
"type",
"uri",
"did",
"createdAt"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The actor who performed the action."
},
"uri": {
"type": "string",
"format": "at-uri"
},
"game": {
"ref": "social.respawn.defs#gameRef",
"type": "ref",
"description": "Present on backlogAdd."
},
"type": {
"type": "string",
"knownValues": [
"backlogAdd",
"follow"
]
},
"cover": {
"ref": "social.respawn.defs#cover",
"type": "ref",
"description": "Present on backlogAdd."
},
"subject": {
"type": "string",
"format": "did",
"description": "Present on follow: the account followed."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
},
"description": "One activity event. `type` selects which optional fields are present."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:hiabolqnnpdnrb5grmdaaepg
- CID
-
bafyreidvhbbhqvbakjy2dqggeoimhf2krk4pvvcsgbcqfq6ox32n2oyvvi
- Indexed At
- 2026-08-18 03:23 UTC
- AT-URI
-
at://did:plc:hiabolqnnpdnrb5grmdaaepg/com.atproto.lexicon.schema/social.respawn.feed.getTimeline