{
"id": "social.clippr.feed.getProfileTags",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "social.clippr.feed.defs#tagView",
"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"
}
}
},
"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
-
bafyreif6ptr4yyolj46xh633ciys6stmwcf5fvcluk6izhbo7zjv4zszaa
- Indexed At
- 2026-02-13 14:20 UTC
- AT-URI
-
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.feed.getProfileTags