oc_evidence_get
Retrieve a durable evidence artifact by its handle for the owning MCP session.
Instructions
Retrieve a durable oc_assert evidence artifact by handle. Retrieval is limited to the owning MCP session and tenant; expired, deleted, malformed, and unauthorized handles return stable error codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Optional owner session ID. Use the sessionId returned in oc_assert.evidence_get; defaults to the current MCP/browser session. | |
| evidence_handle | No | REQUIRED Handle returned by oc_assert. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Stable retrieval error for unavailable handles. | |
| status | Yes | Whether the authorized evidence artifact was returned. | |
| artifact | No | Redacted assertion evidence and provenance for an available handle. | |
| created_at | No | ISO timestamp when the artifact was persisted. | |
| expires_at | No | ISO timestamp after which the handle is stale. | |
| evidence_handle | Yes | Requested evidence handle. |