Endpoints
Evidence Audits
Reopen stored assessments and decision receipts by content identity. Integrity is not semantic quality.
Reopen stored evidence assessments and re-verify hashes and citation closure.
studio.local-runtime-assessment-audits.v1
Response Envelope
responsecommandIdstringAccepted command identity.
runtimeIdstringRuntime identity for this journal.
journalHeadnumberHighest journal sequence written.
auditsarrayReopened assessment audits; empty when none are stored.
curl http://127.0.0.1:4312/v1/runtimes/$RUNTIME_ID/assessment-audits \
-H "Authorization: Bearer $TOKEN"{
"schema": "studio.local-runtime-assessment-audits.v1",
"commandId": "runtime-start:87a88ad697c53b8134783135c64c45c8c362bf9f682e121a720eb7867b2fcd2e",
"runtimeId": "runtime:da4ff907-4240-42c7-8f14-deb6e2ce236a",
"journalHead": 67,
"audits": []
}Re-derive stored deterministic decisions from their audited inputs.
studio.local-runtime-decision-receipts.v1
Response Envelope
responsecommandIdstringAccepted command identity.
runtimeIdstringRuntime identity for this journal.
journalHeadnumberHighest journal sequence written.
decisionsarrayRe-derived decision receipts; empty when none are stored.
curl http://127.0.0.1:4312/v1/runtimes/$RUNTIME_ID/decision-receipts \
-H "Authorization: Bearer $TOKEN"{
"schema": "studio.local-runtime-decision-receipts.v1",
"commandId": "runtime-start:87a88ad697c53b8134783135c64c45c8c362bf9f682e121a720eb7867b2fcd2e",
"runtimeId": "runtime:da4ff907-4240-42c7-8f14-deb6e2ce236a",
"journalHead": 67,
"decisions": []
}