pub.chive.admin.listReviews

chive.pub

{
  "id": "pub.chive.admin.listReviews",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "AdminRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "total"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "#reviewSummary",
                "type": "ref"
              },
              "description": "Review records"
            },
            "total": {
              "type": "integer",
              "description": "Total reviews"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results"
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor"
          }
        }
      },
      "description": "List indexed reviews with pagination"
    },
    "reviewSummary": {
      "type": "object",
      "required": [
        "uri",
        "eprintUri",
        "authorDid",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "Review AT URI"
        },
        "authorDid": {
          "type": "string",
          "format": "did",
          "description": "Reviewer DID"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the review was created"
        },
        "eprintUri": {
          "type": "string",
          "format": "at-uri",
          "description": "Reviewed eprint AT URI"
        },
        "authorHandle": {
          "type": "string",
          "description": "Reviewer handle"
        }
      },
      "description": "Summary of an indexed review"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.admin.listReviews

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreiaufnafbe7isubq6m6f346gzwc5kvo2zcezjb2dezce3oombu2rhy
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.listReviews

Lexicon Garden

@