# list_clients_pending_review_request

> List the agent's closed escrows that are eligible for a Google review request but haven't been asked yet.

<!-- Source: https://docs.actuallycare.com/tools/review-requests/list_clients_pending_review_request -->

List the agent's closed escrows that are eligible for a Google review request but haven't been asked yet. A closing is eligible when it has a recorded close date within the days_since_close window AND no review request has been sent to the same client for that escrow in the last 60 days. Use when the user asks "who should I ask for a review?", "any closings I forgot to follow up on?", or similar. Returns one entry per pending closing with the data needed to draft a request: escrow_id, client_name, property_address, close_date, days_since_close.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `days_since_close` | integer | No | Window of closings to consider, measured from the actual close-of-escrow date (or the scheduled closing date when no actual date is recorded) up to today. Default 7 — matches the typical post-close cooling-off period used by the auto-send scheduler. · Max: 365 · Min: 1 |

## Example prompts

- "Who should I ask for a Google review from my recent closings?"
- "Any closings in the last 30 days where I forgot to request a review?"

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
