app.rocksky.scrobble.getScrobbles

rocksky.app

{
  "id": "app.rocksky.scrobble.getScrobbles",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "scrobbles": {
              "type": "array",
              "items": {
                "ref": "app.rocksky.scrobble.defs#scrobbleViewBasic",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "did": {
            "type": "string",
            "format": "at-identifier",
            "description": "The DID or handle of the actor"
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "description": "The maximum number of scrobbles to return"
          },
          "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "The offset for pagination"
          },
          "following": {
            "type": "boolean",
            "description": "If true, only return scrobbles from actors the viewer is following."
          }
        }
      },
      "description": "Get scrobbles all scrobbles"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.scrobble.getScrobbles

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

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreieatfspv5r4zlc477njlrihydown5d2uuwdkdi6cr6bts7es4mo2i
Indexed At
2026-02-06 06:54 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.scrobble.getScrobbles

Referenced Schemas (1)

Lexicon Garden

@