app.didpic.admin.listSuppressedTags

lexicons.didpic.app

Documentation

List suppressed tags.

main query

List suppressed tags.

Output

Encodingapplication/json
tags 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tags"
      ],
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "tag",
              "suppressedAt"
            ],
            "properties": {
              "tag": {
                "type": "string"
              },
              "reason": {
                "type": "string"
              },
              "suppressedAt": {
                "type": "string",
                "format": "datetime"
              },
              "suppressedByDid": {
                "type": "string",
                "format": "did"
              }
            }
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List suppressed tags."
}

Lexicon Garden

@