# Escrows

> Your transactions from contract to close — create, search, update, and manage escrows.

<!-- Source: https://docs.actuallycare.com/tools/escrows -->

Your transactions from contract to close — create, search, update, and manage escrows.
## Tools (9)
| Tool | Type | What it does |
| --- | --- | --- |
| [`escrows_list`](/tools/escrows/escrows_list) | Read-only | Search for escrows. |
| [`escrows_get`](/tools/escrows/escrows_get) | Read-only | Get full details of a specific escrow by ID — property, parties, key dates, price, commission, and status. |
| [`escrows_create`](/tools/escrows/escrows_create) | Creates data | Create a new escrow/transaction record. |
| [`escrows_update`](/tools/escrows/escrows_update) | Updates data | Update an existing escrow/transaction record. |
| [`escrows_stats`](/tools/escrows/escrows_stats) | Read-only | Get a summary of all escrows including counts by status and upcoming closings. |
| [`escrow_parties_sync`](/tools/escrows/escrow_parties_sync) | Updates data | Synchronize the buyer and/or seller client rosters for an escrow. |
| [`escrows_archive`](/tools/escrows/escrows_archive) | Updates data | Archive an escrow to hide it from active views without deleting it. |
| [`escrows_restore`](/tools/escrows/escrows_restore) | Updates data | Restore a previously archived escrow back to active views. |
| [`escrows_delete`](/tools/escrows/escrows_delete) | Irreversible | Permanently delete an escrow. |
