ai.newnal.trustsquare.getActorHistory

bezalel-newnal.bsky.social

Documentation

Everything an account wrote on Trust Square, newest first.

main query

Everything an account wrote on Trust Square, newest first.

Parameters

actor string at-identifier Required

Either a DID or an AT Protocol handle.

cursor string Optional

No description available.

kind string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

items array Required

No description available.

Errors

NotFound
HistoryHidden
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
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    },
    {
      "name": "HistoryHidden"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "ai.newnal.trustsquare.defs#historyItem",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "kind": {
        "type": "string",
        "default": "all",
        "knownValues": [
          "all",
          "comment",
          "chat"
        ]
      },
      "actor": {
        "type": "string",
        "format": "at-identifier"
      },
      "limit": {
        "type": "integer",
        "default": 30,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Everything an account wrote on Trust Square, newest first."
}

Lexicon Garden

@