Get the human's assembled feedback for a review (diff + comments + decision + new rules)
GET /v1/reviews/{id}/feedback
Assemble the human’s feedback for a review (M5; spec §5.2/§11): the unified + structured diff of the human edit, the human comments / rejection feedback, the decision, and the rules born from this review (rule_ ids whose source_review_id is this review). Read-only; tenant-scoped (a foreign id 404s). $0 LLM; pure assembly over already-stored turns + rules.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Ok
The human’s assembled feedback for a review (spec §11): the unified + structured diff of the human’s edit, the human comments/rejection feedback, the decision, and the rules born from this review (rule_ ids whose source_review_id is this review). Read-only; $0 LLM (pure assembly over stored turns/rules).
object
Edited | approved | rejected |
object
One human/agent comment in the assembled review feedback (spec §11).
object
Rule_ ids whose provenance points at this review (M4 source_review_id).
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 scopeResource not found.
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