{
"id": "app.didpic.admin.listScans",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"scans"
],
"properties": {
"scans": {
"type": "array",
"items": {
"ref": "#scan",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"kind": {
"enum": [
"post",
"comment",
"avatar",
"banner"
],
"type": "string"
},
"label": {
"enum": [
"nsfw",
"clean",
"review"
],
"type": "string"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"cursor": {
"type": "string"
},
"provider": {
"type": "string"
}
}
},
"description": "Paginated moderation scan history. Filter by label / kind / provider."
},
"scan": {
"type": "object",
"required": [
"id",
"kind",
"subjectDid",
"subjectImageCid",
"provider",
"scores",
"scannedAt"
],
"properties": {
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"label": {
"type": "string"
},
"scores": {
"type": "unknown"
},
"provider": {
"type": "string"
},
"scannedAt": {
"type": "string",
"format": "datetime"
},
"subjectDid": {
"type": "string",
"format": "did"
},
"subjectUri": {
"type": "string",
"format": "at-uri"
},
"subjectImageCid": {
"type": "string",
"format": "cid"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreidhqw7dovmwcb3t3jecqilbgrqqvtmfdxomhnirqsxv6ds6xjruz4
- Indexed At
- 2026-06-06 04:07 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.listScans
Version History (2 versions)