app.bsky.labeler.getServices

bsky-lexicons.bsky.social

Documentation

Get information about a list of labeler services.

main query

Get information about a list of labeler services.

Parameters

detailed boolean Optional

No description available.

dids array of string Required

No description available.

Output

Encodingapplication/json
views 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": [
        "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

@