OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Evidence streams
/api/v2/evidence-sourcesPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Inventory the authenticated workspace's enrolled evidence sources and reconcile liveness, acceptance, and rejection posture before trusting stream freshness.
OUTCOME · Discover
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_…
RESPONSES
{
"items": [
{
"source_id": "038ee1b3c92445bab120a611598c677d",
"stream_id": "6ecf43f09da445c7aa534b51b2cf05cb",
"external_reference": "cold-room-sensor-7",
"name": "Cold room sensor 7",
"source_type": "THERMAL",
"status": "ACTIVE",
"last_seen_at": "2026-09-01T20:16:01Z",
"last_observation_at": "2026-09-01T20:16:00Z",
"accepted_event_count": 18421,
"rejected_event_count": 3,
"created_at": "2026-08-14T11:00:00Z"
}
],
"total": 1
}{
"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 ↗