{
"id": "pub.chive.admin.listEndorsements",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"total"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "#endorsementSummary",
"type": "ref"
},
"description": "Endorsement records"
},
"total": {
"type": "integer",
"description": "Total endorsements"
}
}
},
"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 endorsements with pagination"
},
"endorsementSummary": {
"type": "object",
"required": [
"uri",
"eprintUri",
"authorDid",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "Endorsement AT URI"
},
"authorDid": {
"type": "string",
"format": "did",
"description": "Endorser DID"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the endorsement was created"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "Endorsed eprint AT URI"
},
"authorHandle": {
"type": "string",
"description": "Endorser handle"
}
},
"description": "Summary of an indexed endorsement"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreieevnmlidfuvdlqobilqfriwajubrvplqu6e5egem6hrnwzqk4d4m
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.listEndorsements