OUTCOME · Reconcile
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Evidence streams
/api/v2/evidence-quarantinePURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Review rejected or held evidence by reason and payload commitment without retrieving rejected cleartext or replay material.
OUTCOME · Reconcile
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Schema, source, signer, stream, event, payload, sequence, validation, quarantine, alert, acknowledgement, retention, and business-outcome authorities remain distinct. Evidence visibility or cryptographic validity does not by itself prove semantic truth, regulatory acceptance, settlement, or authorization for an external action.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the evidence:read scope.EXAMPLEBearer hc_live_…
limitqueryOptionalinteger · 1–200 · default 100Maximum newest records returned. This is a bounded window, not a durable synchronization cursor.EXAMPLE100
statusqueryOptionalOPEN | DISMISSEDExact quarantine lifecycle filter.EXAMPLEOPEN
RESPONSES
{
"items": [
{
"record_id": "824fd560957c475782a369f0db4f9654",
"stream_id": "6ecf43f09da445c7aa534b51b2cf05cb",
"device_id": "038ee1b3c92445bab120a611598c677d",
"reason_code": "SCHEMA_VALIDATION",
"reason_message": "Missing required field: shipment_id",
"occurred_at": "2026-09-01T20:17:00Z",
"payload_commitment": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
"status": "OPEN",
"created_at": "2026-09-01T20:17:01Z"
}
],
"total": 1
}{
"code": "invalid_evidence_status",
"message": "status or limit is outside the documented range."
}invalid_evidence_status{
"code": "invalid_credentials",
"message": "The bearer credential is missing, expired, or invalid."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks explicitly provisioned evidence:read authority."
}insufficient_scope{
"code": "evidence_streams_unavailable",
"message": "The authoritative Core Evidence Streams projection is unavailable."
}evidence_streams_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗