club.userstyles.alpha.listUserstyles

userstyles.club

{
  "id": "club.userstyles.alpha.listUserstyles",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "ActorNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "userstyles"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "userstyles": {
              "type": "array",
              "items": {
                "ref": "club.userstyles.alpha.defs#userstyleView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "List userstyles, most recently indexed first. Optionally filter to userstyles from a given author."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against club.userstyles.alpha.listUserstyles

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

Metadata

DID
did:plc:z6a2tfjek74wmqinw5vjzbed
CID
bafyreidtgapnucoucpzj4e5memkpfddcfjbm5zeg2cgb3cheadmpj4zoj4
Indexed At
2026-09-01 13:42 UTC
AT-URI
at://did:plc:z6a2tfjek74wmqinw5vjzbed/com.atproto.lexicon.schema/club.userstyles.alpha.listUserstyles

Referenced Schemas (1)

Lexicon Garden

@