Skip to content

Read the account-default review policy (console plane)

GET
/v1/admin/orgs/{org_id}/projects/{project_id}/review-policy

The authoritative account-default review policy (D6): require_review, allow_direct, or auto_send_graduated. require_review always downgrades an agent’s per-send mode assertion (an agent can never override it). effective is the account policy with the safe require_review floor applied. Console-only (Clerk-authed); the agent plane only READS the effective policy.

org_id
required
string
project_id
required
string

Ok

The account-default review policy (D6) plus the effective floor an inbox with no override resolves to (require_review is the safe floor).

object
policy
required
string
Allowed values: require_review allow_direct auto_send_graduated
effective
required
string
Allowed values: require_review allow_direct auto_send_graduated

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Authenticated but lacking the required scope, or out of quota.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope