app.didpic.admin.queueCounts

lexicons.didpic.app

Documentation

Counts of open moderation items.

main query

Counts of open moderation items.

Output

Encodingapplication/json
openAppeals integer Required

No description available.

openReports integer 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "openReports",
        "openAppeals"
      ],
      "properties": {
        "openAppeals": {
          "type": "integer",
          "minimum": 0
        },
        "openReports": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Counts of open moderation items."
}

Lexicon Garden

@