{
"id": "pub.chive.admin.triggerBackfill",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"type"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID for didSync type"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "Eprint URI for citationExtraction type"
},
"type": {
"type": "string",
"description": "Backfill operation type to trigger",
"knownValues": [
"pdsScan",
"freshnessScan",
"citationExtraction",
"fullReindex",
"governanceSync",
"didSync"
]
},
"pdsUrl": {
"type": "string",
"description": "PDS URL for pdsScan type"
},
"batchSize": {
"type": "integer",
"description": "Batch size for fullReindex type"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
},
{
"name": "InvalidBackfillType"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"operation"
],
"properties": {
"operation": {
"ref": "#backfillOperation",
"type": "ref",
"description": "The started backfill operation"
}
}
},
"encoding": "application/json"
},
"description": "Trigger a backfill operation by type"
},
"backfillOperation": {
"type": "object",
"required": [
"id",
"type",
"status",
"startedAt",
"recordsProcessed"
],
"properties": {
"id": {
"type": "string",
"description": "Operation ID"
},
"type": {
"type": "string",
"description": "Backfill operation type"
},
"status": {
"type": "string",
"description": "Operation status",
"knownValues": [
"running",
"completed",
"failed",
"cancelled"
]
},
"startedAt": {
"type": "string",
"format": "datetime",
"description": "Operation start time"
},
"recordsProcessed": {
"type": "integer",
"description": "Number of records processed so far"
}
},
"description": "A backfill operation record"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreiaa3unlpk5cdtl4uqepxep2u4keebi2fxr6dzjw6jwzflaudnckqq
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.triggerBackfill