Draft reports go through a verification step before publishing.
GET /api/reports — list published reportsGET /api/reports/<name> — read published reportGET /api/reports/preview?name= — HTML previewGET /api/reports/raw?path= — raw file accessGET /api/reports/drafts — list draftsGET /api/reports/search?q= — search namesPOST /api/reports — create draft (JSON)POST /api/reports/publish — publish draft (JSON)POST /api/reports/import — import archive (tar)POST /api/utils/decode — base64 decode (raw)