social.coves.actor.getPosts

coves.social

{
  "id": "social.coves.actor.getPosts",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "Actor not found"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "social.coves.feed.defs#feedViewPost",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 500
            }
          }
        },
        "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
          },
          "filter": {
            "type": "string",
            "default": "posts-with-replies",
            "maxLength": 64,
            "description": "Filter for post types",
            "knownValues": [
              "posts-with-replies",
              "posts-no-replies",
              "posts-with-media"
            ]
          },
          "community": {
            "type": "string",
            "format": "at-identifier",
            "description": "Filter to posts in a specific community"
          }
        }
      },
      "description": "Get a user's posts for their profile page."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.actor.getPosts

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreidqecalreq4heqfwtbio5htbtsydj2zhbdcjoici5vld4jgyogjza
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.actor.getPosts

Referenced Schemas (1)

Lexicon Garden

@