# Get scenario account sheet `GET` `/api/v1/carve/projects/{project_id}/scenarios/{scenario_id}/account-sheet` Fetch the scenario account sheet from Bookcarver, upload a CSV export to S3, and return a presigned download URL. The account sheet includes the scenario's results as two additional columns named `{Scenario Name} (Results)` and `{Scenario Name} (Rationale)`. The project must belong to the authenticated account. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | scenario_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | download_url | string | — | | expires_in | integer | — | ## Errors | Status | Description | |--------|-------------| | 404 | Not Found |