Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.moderation.getActorMetadata

bsky-lexicons.bsky.social

Documentation

main query

Parameters

actor string did Required

A decentralized identifier (DID).

Output

Encodingapplication/json
all ref#metadata Required

No description provided.

day ref#metadata Required

No description provided.

month ref#metadata Required

No description provided.

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": {
      "type": "object",
      "required": [
        "day",
        "month",
        "all"
      ],
      "properties": {
        "all": {
          "ref": "#metadata",
          "type": "ref"
        },
        "day": {
          "ref": "#metadata",
          "type": "ref"
        },
        "month": {
          "ref": "#metadata",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "did"
      }
    }
  }
}
metadata object

Properties

convos integer Required

No description provided.

convosStarted integer Required

No description provided.

messagesReceived integer Required

No description provided.

messagesSent integer Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "messagesSent",
    "messagesReceived",
    "convos",
    "convosStarted"
  ],
  "properties": {
    "convos": {
      "type": "integer"
    },
    "messagesSent": {
      "type": "integer"
    },
    "convosStarted": {
      "type": "integer"
    },
    "messagesReceived": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@