# so.sprk.labeler.getServices

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.labeler.getServices)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.labeler.getServices/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.labeler.getServices/examples)

## Definitions

### `so.sprk.labeler.getServices`

**Type**: `query`

Get information about a list of labeler services.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `dids` | `array` | Yes |  |
| `detailed` | `boolean` | No |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `views` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "so.sprk.labeler.getServices",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "views"
          ],
          "properties": {
            "views": {
              "type": "array",
              "items": {
                "refs": [
                  "so.sprk.labeler.defs#labelerView",
                  "so.sprk.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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
