List pending review and activation work
The organisation’s pending governance work, oldest waiting first, derived at read from existing records.
reviewitems: a policy version awaiting a review act. The requested act isreviewwhen its latest sealed review submission has no review record,ratifywhen that submission’s newest record is ACCEPT, andratifyfor a version submitted for maker-checker approval without a sealed submission. A returned submission, or one whose newest record is CORRECT_AND_RESUBMIT or STOP, is not listed.activationitems: a ratified version that is not in force and is newer than the version in force (or nothing is in force). Ratifying does not put a version in force; activation is a separate act.
Archived policies are excluded. Reading this list performs no act. It names no next actor and does not say whether the caller is eligible for the requested act — the act’s own route decides that.
Authorizations
MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).
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.
Query Parameters
1 <= x <= 100x >= 0