Skip to main content
GET
List the human review records of a sealed review submission

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

Policy id. The submission must belong to it, or the request is a 404.

submissionId
string<uuid>
required

The sealed submission the judgment is recorded against. This is the review IDENTITY — not the policy version, which is a mutable container that yields many sealed subjects over time.

Response

Default Response

items
object[]
required

Every record against this sealed subject, newest first.

total
integer
required
Required range: x >= 0