query_labels
What moderation labels a labeler has applied to a subject (com.atproto.label.queryLabels),e.g. 'has @alice or this post been labeled spam/nsfw/hidden by labeler X?'. Anonymous and service-agnostic: the labeler's own service endpoint is found from its DID document (no hardcoded aggregator). Subject is a DID/handle (account labels) or an at:// URI (record labels); labeler is the handle or DID of a labeler service (e.g. moderation.bsky.app).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-100, default 50). A cursor in the response means more pages exist. | |
| cursor | No | Pagination cursor from a previous call. | |
| labeler | Yes | The labeler service to ask,a handle or DID, e.g. moderation.bsky.app. | |
| subject | Yes | What to check: a DID/handle (account-level labels) or an at:// URI (record-level). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||