{
"id": "pub.chive.claiming.getClaim",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired",
"description": "Authentication is required to get claims"
}
],
"output": {
"schema": {
"type": "object",
"properties": {
"claim": {
"ref": "#claimRequest",
"type": "ref",
"description": "The claim request, or null if not found or not authorized"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"claimId"
],
"properties": {
"claimId": {
"type": "integer",
"minimum": 1,
"description": "ID of the claim request"
}
}
},
"description": "Get a claim request by ID. Users can only view their own claims unless they are admins."
},
"claimRequest": {
"type": "object",
"required": [
"id",
"importId",
"claimantDid",
"status",
"createdAt"
],
"properties": {
"id": {
"type": "integer",
"description": "Unique claim request ID"
},
"status": {
"type": "string",
"description": "Current status of the claim",
"knownValues": [
"pending",
"approved",
"rejected",
"expired"
]
},
"importId": {
"type": "integer",
"description": "ID of the imported eprint being claimed"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the claim was created"
},
"expiresAt": {
"type": "string",
"format": "datetime",
"description": "When the claim expires if not completed"
},
"reviewedAt": {
"type": "string",
"format": "datetime",
"description": "When the claim was reviewed"
},
"reviewedBy": {
"type": "string",
"format": "did",
"description": "DID of the admin who reviewed the claim"
},
"claimantDid": {
"type": "string",
"format": "did",
"description": "DID of the user making the claim"
},
"canonicalUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the canonical record once created"
},
"rejectionReason": {
"type": "string",
"description": "Reason for rejection if rejected"
}
},
"description": "A claim request for an imported eprint"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreidxm7jatrwhkxhcpydcq6qmm267tkrpaodhwvk7yfxtijtf5kwv2q
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.claiming.getClaim