ck_review_status
Retrieve the decision status, reviewer notes, and review URL for a submitted review. Provide a review ID or task ID with review type to check if a human has approved or denied the submission before proceeding with execution.
Instructions
Fetch the latest decision status (pending/approved/denied), reviewer notes, and browser review URL for a previously submitted review. Read-only. Provide review_id (returned by ck_review_submit) for a specific review, or task_id to get the latest review for that task. review_type (plan/diff/completion) filters when task_id is used without review_id. Poll this after ck_review_submit to check whether a human has approved or denied the submission before proceeding with execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | No | Unique identifier of the review to query or act on. | |
| review_type | No | ||
| task_id | No | Task identifier within the session for scoped operations. |