Ack review events (advance cursor)
POST /v1/reviews/events/ack
Advance the agent’s per-(agent, review) cursor(s) to the supplied through_seq and/or mark broadcast nudges done. Idempotent and monotonic; an older seq is a no-op (exactly-once effect, spec §6). Customer-scoped.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”Advance per-(agent, review) cursors and/or mark broadcast nudges done. Idempotent and monotonic; re-acking an older seq is a no-op (exactly-once effect, spec §6). Either set may be empty.
object
object
Responses
Section titled “ Responses ”Ok
object
The agent’s per-(agent, review) ack frontier; its strict-FIFO position for one review.
object
Invalid request.
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 scopeMissing 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