check_review
Check the current review verdict status (approved, rejected, changes, seen, or still awaiting) to poll for human response without blocking.
Instructions
Non-blocking: read the current review verdict once and return immediately (status approved / rejected / changes / seen / still_awaiting). Use in your own polling loop; use wait_for_review to block until the human responds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | The channel/DM the review was posted to; defaults to SLACK_DEFAULT_CHANNEL. | |
| review_id | Yes | The `review_id` returned by an earlier send/capture call. |