OUTCOME · Reconcile
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Evidence streams
/api/v2/evidence-streams/{stream_uuid}/eventsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Load a bounded newest-first commitment chain for one owned stream after resolving its schema and source posture.
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_…
stream_uuidpathRequired32-character hexadecimal identifierOwned stream identifier returned by the Evidence Streams collection.EXAMPLE6ecf43f09da445c7aa534b51b2cf05cb
limitqueryOptionalinteger · 1–200 · default 100Maximum newest records returned. This is a bounded window, not a durable synchronization cursor.EXAMPLE100
RESPONSES
{
"items": [
{
"event_id": "f10403f921f34aef9574e449ca2dbac0",
"stream_id": "6ecf43f09da445c7aa534b51b2cf05cb",
"device_id": "038ee1b3c92445bab120a611598c677d",
"sequence": 18421,
"event_type": "temperature.observation",
"occurred_at": "2026-09-01T20:16:00Z",
"received_at": "2026-09-01T20:16:01Z",
"payload_commitment": "sha256:dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
"previous_chain_commitment": "sha256:eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"chain_commitment": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"signature_algorithm": "HMAC-SHA256",
"signature_key_id": "evidence-stream-v1",
"server_signature": "base64url-signature",
"billing_state": "POSTED",
"status": "ACCEPTED",
"source_authenticated": true,
"payload_size_bytes": 164,
"validation": {
"schema": "VALID",
"source_signature": "VALID",
"timestamp": "VALID",
"nonce": "VALID",
"storage": "INLINE_PRIVATE"
}
}
],
"total": 1
}{
"code": "evidence_resource_not_found",
"message": "The stream does not exist in the authenticated workspace."
}evidence_resource_not_found{
"code": "invalid_evidence_identifier",
"message": "The stream identifier or limit is invalid."
}invalid_evidence_identifier{
"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 ↗