Attestation Report
API Reference
Attestation Report
Fetch the gateway TEE attestation report, bound to a caller-supplied nonce.
GET
Attestation Report
Endpoint
Parameters
string
required
Fresh random value, for example 16 or 32 bytes encoded as hex.
Example
Response
200 OK, application/json. The response is the bare attestation report.
Top-level fields
attestation object
Verification Flow
- Verify
attestation.evidence.quoteagainst Intel DCAP collateral. - Confirm the quote report data binds your
nonceand theworkload_keyset. - Verify
keyset_endorsementunderworkload_keyset.workload_identity. - Confirm
workload_idandworkload_keyset_digestmatch the receipts you verify. - Confirm
freshness.stale_afteris in the future. - For production policy, confirm
source_provenancematches the release you trust.
Legacy Alias
GET /v1/attestation/report remains available as a compatibility alias for earlier clients. It returns the same gateway attestation, wrapped for older response shapes with top-level signer fields.
Related
Get Receipt
Fetch the signed per-response receipt.
Verify Attestation
Learn what each attestation field proves.

