app.standard-reader.getReadingHistory

standard-reader.app

Documentation

Subject reader reading history.

main query

Subject reader reading history.

Parameters

cursor string Optional

No description available.

did string did Optional

A decentralized identifier (DID).

limit integer Optional

No description available.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.standard-reader.defs#cursorPageDocuments",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "limit": {
        "type": "integer",
        "default": 20
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Subject reader reading history."
}

Lexicon Garden

@