list_review_requests
Filter and list review requests by status or claimability to identify which ones need attention.
Instructions
List review requests with optional status and claimability filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum is 100; the default is 20. | |
| cursor | No | ||
| status | No | ||
| claimable | No | ||
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| next_cursor | No |