Get Session
API Reference
Get Session
Fetch the immutable attested-session record behind a confidential response.
GET
Get Session
Endpoints
upstream.verified.session_id references the session used for that response.
Get One Session
The
as_... id from a receipt’s upstream.verified.session_id.Response
| Field | Type | Description |
|---|---|---|
api_version | string | ACI version token. |
session_id | string | as_<sha256> content hash of the verified material. |
provider | string | Upstream provider or route name. |
endpoint | string | Verified upstream origin. |
verifier_id | string | Verifier that produced the result. |
established_at | number | Verification time as Unix seconds. |
expires_at | number | Retention deadline as Unix seconds. |
identity | object | Verified upstream identity keys when available. |
channel_binding | array | Enforced binding, such as a TLS SPKI digest or E2EE (end-to-end encryption) public key. |
claims | object | Typed claims about the upstream TEE. |
evidence | object | Byte-preserving evidence checked by the verifier. |
List Sessions
Use the query form to inspect current sessions for a provider or model before sending prompts:Typed Claims
Each claim carries astatus, a source, and a reason when available.
| Source | Meaning |
|---|---|
HardwareProven | Comes from the verified TEE quote or collateral. |
VerifierDerived | Computed by the verifier from verified evidence. |
ProviderAsserted | Published by the provider, not independently proven. |
OperatorAsserted | Declared by the gateway operator. |
tee_attested, tcb_up_to_date, os_known_good, serving_software_known_good, gpu_attested, and model_weights_provenance. A claim that is not established is Unknown, not a silent pass.

