# Refresh account sheet `POST` `/api/v1/carve/projects/{project_id}/account-sheet/refresh` Refreshes the account sheet using the latest data from connected sources, creating a new version with any added, updated, or removed columns. The project must belong to the authenticated account. After refreshing, existing scenarios will continue using the previous account sheet version until the user chooses to update them via `reset_carve_project_scenario_account_sheet`. Note that resetting a scenario will make any existing carve results for that scenario inaccessible. Call `get_carve_project_account_sheet_refresh_preview` first to show the user which columns will change before triggering the refresh. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | project_id | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 502 | Bad Gateway |