{
"id": "social.coves.actor.getComments",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "NotFound",
"description": "Actor not found"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"comments"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 500
},
"comments": {
"type": "array",
"items": {
"ref": "social.coves.community.comment.defs#commentView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the user"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 500
},
"community": {
"type": "string",
"format": "at-identifier",
"description": "Filter to comments in a specific community"
}
}
},
"description": "Get a user's comments for their profile page."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreif4ghrjvtw475ebktpv72stmu2pkuctpkmii2ssupdbmbvlvrpeje
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.actor.getComments