{
"id": "social.clippr.feed.getProfileClips",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "social.clippr.feed.defs#clipView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "An actor to get feed data from"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "How many results to return with the query"
},
"cursor": {
"type": "string",
"description": "A parameter to paginate results"
},
"filter": {
"type": "string",
"default": "all_clips",
"description": "What types to include in response",
"knownValues": [
"all_clips",
"tagged_clips",
"untagged_clips"
]
}
}
},
"description": "Get a view of a profile's reverse-chronological clips feed. Does not require auth."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:clippr.social
- CID
-
bafyreidt22koi53vxh32vo46u5lk2sq3tliensmc3yahl7kbgrsfrfdjxm
- Indexed At
- 2026-02-13 14:20 UTC
- AT-URI
-
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.feed.getProfileClips