Skip to main content

Artifact manifests and exports

Every persisted artifact now has a structured manifest with:
  • byte length
  • line count
  • checksum
  • storage mode and object key
  • filing and section context
  • supported export formats

Endpoints

  • GET /v1/artifacts/{artifact_id}
  • GET /v1/artifacts/{artifact_id}/manifest
  • GET /v1/artifacts/{artifact_id}/export?format=json|markdown
Use the manifest endpoint for deterministic support and inventory workflows. Use the export endpoint when a downstream consumer wants a stable envelope rather than a raw download redirect.