{
"id": "app.didpic.admin.getPost",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"kind",
"authorDid",
"takedown",
"labels",
"createdAt"
],
"properties": {
"alt": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"kind": {
"enum": [
"post",
"comment"
],
"type": "string"
},
"text": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"imageCid": {
"type": "string"
},
"takedown": {
"type": "boolean"
},
"authorDid": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Get a post or comment's moderation state and labels."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreiaxmbk27uwpv662u3wgq7cfrz4g7xyakyu2wot2gz63nwh42mob3a
- Indexed At
- 2026-06-06 04:28 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.getPost