Skip to main content
POST
Replay decision

Authorizations

Authorization
string
header
required

MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).

X-MeshQu-Tenant-Id
string
header
required

Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.

Path Parameters

id
string<uuid>
required

Decision ID

Response

Response from replay decision endpoint

Response from replay decision endpoint

original
object
required

A recorded decision with full context

replay
object
required

Result of a policy evaluation

matches
boolean
required

True only when the re-evaluated integrity hash equals the stored one AND the stored receipt carries a signature that verifies against a trusted key. False for an unsigned receipt (CCR-201: absence is not a pass) — read signature_verification to tell an unsigned receipt from a tampered one.

signature_verification
required

Signature verification status for the original receipt during replay

Available options:
valid
duration_ms
number
required

Total replay duration in milliseconds