List BYO review-agent links (console plane)
GET /v1/admin/orgs/{org_id}/projects/{project_id}/review-links
The customer’s review links (D5). Secrets are elided (has_secret only). Console-only (Clerk-authed).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Ok
object
A BYO review-agent link (rvl_…); the subscription that routes a reviewed draft to a linked review-agent (D5; §9). One link per scope: inbox_address set = that inbox, empty = account-wide (per-inbox overrides account-wide). The reviewer holds review:act, NEVER mailbox:send; on approve/edit the platform sends with the COMPOSER’s creds (credential boundary). hmac_secret is write-only; reads return has_secret only. Opaque ids only (D10).
object
Opaque review-link id (rvl_…).
Scope: a specific inbox; empty = account-wide.
The linked reviewer agent (agt_…).
Delivery URL (webhook transport only).
Whether an hmac signing secret is configured (the secret itself is never echoed).
Seconds before the reviewer-liveness sweeper auto-escalates to the human (default 300).
Circuit breaker: max reviewer hand-backs before the next action is forced to the human (default 3).
Circuit breaker: hard per-review deadline in seconds (default 86400).
Consecutive delivery failures; an unhealthy link is skipped by routing until recovery.
Missing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeAuthenticated but lacking the required scope, or out of quota.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scope