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

app.bsky.labeler.getServices

bsky-lexicons.bsky.social

Documentation

main query

Get information about a list of labeler services.

Parameters

detailed boolean Optional

No description provided.

dids array of string Required

No description provided.

Output

Encodingapplication/json
views array 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "views"
      ],
      "properties": {
        "views": {
          "type": "array",
          "items": {
            "refs": [
              "app.bsky.labeler.defs#labelerView",
              "app.bsky.labeler.defs#labelerViewDetailed"
            ],
            "type": "union"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "dids"
    ],
    "properties": {
      "dids": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        }
      },
      "detailed": {
        "type": "boolean",
        "default": false
      }
    }
  },
  "description": "Get information about a list of labeler services."
}

Lexicon Garden

@