atproto blogging
1{
2 "lexicon": 1,
3 "id": "tools.ozone.moderation.getRecord",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Get details about a record.",
8 "parameters": {
9 "type": "params",
10 "required": [
11 "uri"
12 ],
13 "properties": {
14 "cid": {
15 "type": "string",
16 "format": "cid"
17 },
18 "uri": {
19 "type": "string",
20 "format": "at-uri"
21 }
22 }
23 },
24 "output": {
25 "encoding": "application/json",
26 "schema": {
27 "type": "ref",
28 "ref": "tools.ozone.moderation.defs#recordViewDetail"
29 }
30 },
31 "errors": [
32 {
33 "name": "RecordNotFound"
34 }
35 ]
36 }
37 }
38}