Artifacts

Conceptual

Durable outputs: diffs, reports, datasets, binaries and evidence.

Artifacts are the deliverables of a run. They outlive the sandbox, carry provenance, and can be fetched, versioned and shared.

TypeContentsTypical retention
diffUnified patch with file stats90 days
reportMarkdown or PDF analysis with citations1 year
datasetCSV, Parquet or JSON results90 days
binaryBuild output or archive30 days
evidenceExecution logs, screenshots, tracesAudit window
notebookExecuted analysis with outputs1 year
bash
curl https://api.pimsy.ai/v1/runs/run_7c1a9d/artifacts \
  -H "Authorization: Bearer $PIMSY_API_KEY"

curl -O https://api.pimsy.ai/v1/artifacts/art_58kd1/content \
  -H "Authorization: Bearer $PIMSY_API_KEY"

Last updated 2026-09-01