Skip to main content
GET
List pending policy changes (maker-checker)

Authorizations

Authorization
string
header
required

Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route not listed as exempt in this document's top-level description. See /api-reference/authentication.

Query Parameters

status
enum<string>
Available options:
PENDING_APPROVAL,
APPROVED,
REJECTED

Response

Pending Policy Changes, with diff.

Response returned by GET /policies/pending-changes. Each entry is a Pending Policy Change plus a diff view: current (the live content at (policyName, policyVersion) today, or null if that version has never been published) and proposed (the change's own proposedContent).

changes
Pending Policy Change · object[]
required