Batch workflow

Seal, verify, anchor, and export batches.

Batches move through sealing, proof bundling, anchoring, verification, and export. These are the core lifecycle endpoints used by the console and by operational runbooks.

POST /api/v1/logs/batch
POST /api/v1/batches/seal
GET  /api/v1/batches
GET  /api/v1/batches/{batch_id}
GET  /api/v1/batches/{batch_id}/status
POST /api/v1/batches/{batch_id}/finalize
GET  /api/v1/batches/{batch_id}/proof-bundle
POST /api/v1/batches/{batch_id}/anchor
GET  /api/v1/anchors/{batch_id}
POST /api/v1/exports/{batch_id}
GET  /api/v1/exports/{export_id}
GET  /api/v1/exports/{export_id}/download
VerificationOperations