list_reviews
List review records with optional filters for role, decision, subject type, and status. Supports pagination.
Instructions
List REVIEW files, optionally filtered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviewer_role | No | Filter by reviewer role code. | |
| decision | No | Filter by decision value (``approved`` / ``rejected`` / ``needs_changes`` / ``abstained`` / ``needs_human``). | |
| subject_type | No | Filter by subject type (``task`` / ``report`` / ``role_switch`` / ``code_change``). | |
| status | No | ``open`` (default) / ``archived`` / ``all``. | open |
| limit | No | Maximum number of rows (0 = no limit). | |
| offset | No | Skip this many rows. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |