# Get account sheet refresh preview `GET` `/api/v1/carve/projects/{project_id}/account-sheet/refresh-preview` Returns the column names that would be added, updated, or removed if the account sheet were refreshed against the latest data from connected sources. The project must belong to the authenticated account. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | removed | array[string] | — | | added | array[string] | — | | updated | array[string] | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 502 | Bad Gateway |