tools.ozone.moderation.getReporterStats

ozone-lexicons.bsky.social

Documentation

Get reporter stats for a list of users.

main query

Get reporter stats for a list of users.

Parameters

dids array of string Required

No description available.

Output

Encodingapplication/json
stats array Required

No description available.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "stats"
      ],
      "properties": {
        "stats": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.moderation.defs#reporterStats",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "dids"
    ],
    "properties": {
      "dids": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "maxLength": 100
      }
    }
  },
  "description": "Get reporter stats for a list of users."
}

Lexicon Garden

@