Skip to main content
GET
List the authoring feedback for one stable candidate

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

proposalId
string
required

The stable candidate identity to read observations for. Not a rule code: rule code is mutable display identity.

Required string length: 1 - 200
Pattern: ^[A-Za-z0-9._:-]{1,200}$

Response

Default Response

items
object[]
required
total
integer
required